+ 3
What is spring, spring svc, struts, hybernate ?
Spring hybernate struts ?
2 Antworten
+ 4
Spring is a Java app container that permits some advanced function like dependency injection, 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.
+ 1
java frameworks