Which is the better framework for web applications, struts or
spring, and why?
Answer Posted / shrinath
down vote
Struts is perhaps the first Model-2 MVC framework for web
applications.
Spring has its own Model-2 MVC framework and much, much
more. It's got dependency injection, aspect-oriented
programming, and terrific libraries for making your life
easier when you deal with JDBC, ORM, JMS, LDAP, remoting,
and other Java EE technologies.
I strongly disagree with the previous statement made about
XML hell and no productivity benefit. I think it's
overstating a prejudice. Besides, Spring has added enough
annotations where it's possible create a complete
application without XML (except for perhaps one or two
global tags).
I'd recommend Spring over Struts and any other framework
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the considerations to be made in case of loops in java ?
What are the different types of features of the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
How is hashset maintained in memory by java ?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What are the main classes of the list interfaces? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What is iterator in the java collections framework? : java collections
How do I find jre path in windows?
What are the types of the main implementing classes in the map interfaces? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What are the differences between the java collection and the java list? : java collections
What is the use of the list interface in the java collection? : java collections
Which interface does java.util.hashtable implement?