+ 4
Spring is a Java app container that permits some advanced function like dependency inyection, and app configuration.
Struts is a framework focussed in the presentation layer.
Hibernate is to map objects to the relational Database. Is the persistence layer, that permits work with data in a more convenient way.



