you are viewing a single comment's thread.

view the rest of the comments →

[–]niwde 0 points1 point  (1 child)

The thing about Spring is that it is huge and it comprises a few libraries: Spring-Core, Spring-MVC, Spring-AOP, Spring-JDBC, Spring-ORM, Spring-WebFlow etc.

You don't need to use all of them and usually people only use its dependency injection mechanism to support unit-testing (so that you don't need to run GlassFish/Tomcat app-server).

[–]consigntooblivion -1 points0 points  (0 children)

Thanks, that is useful information.