Reputation: 7294
HI,
I would like to know when we have to choose the Spring framework. Is there any clear advantage on choosing the spring framework. I don't want to know the differences, instead of choosing the other technologies like J2EE etc. why we particularly go with Spring?
Upvotes: 5
Views: 2368
Reputation: 120851
You should use Spring if you have only a J2EE Server or a Servlet Container. If you have a Java EE (5/)6 Server, then the difference to Spring is not so big.
Upvotes: 2
Reputation: 8281
The question is if you are talking about the core Spring framework, or the family of Spring frameworks. (Spring Batch, Spring MVC, Spring Web Flow, Spring Web Services etc)
Core framework features:
But In my opinion its strength and power really shows only when you start to use one of the frameworks I mentioned in the beginning. Basically pick anyone of those and you'll find a really great, actively developed framework for a given set of tasks, with of course deep Spring integration.
Upvotes: 4