Spring was dropped from a project I'm on because developers got frustrated trying to hunt down exceptions. I wonder if this is a common story.
The project has been in development for at least 4 years, using EJB, WebServices, JMS, JSP and a homegrown ORM. Developers started using Spring a year or so ago, mostly for web-MVC and JNDI-lookup/service wrappers. Everyone was impressed with the flexibility of Spring. But over time they had trouble tracking down exceptions either because they were (apparently) swallowed by spring exceptions or because they were so far down the stacktrace they were past the "and 23 more..." markers. So Spring's been removed from most places. I think the web-MVC might be the only part remaining, and it is under attack because there are too many redirects happening.
Maybe the redirects can be designed out. Maybe also there is just a development style culture-clash going on. In any case, I'm not attacking Spring. I just wonder if others have seen this sort of thing happen.
???
,boz


Reply With Quote
.

