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 is an algorithm in java collection framework? : java collections
my interviewer asked me what technical specification you used how to answer that question
What are the types of the main implementing classes in the map interfaces? : java collections
What are the types of interface used in the java collections? : java collections
What are the different types of features of the java collections framework? : java collections
What are the different types of ways where you can iterate over a list? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
please mail me the interview question based on java/j2ee
What are the types of java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
Which interface does java.util.hashtable implement?
What are the uses of the set interfaces in the java collections? : java collections
What are the queues in the java collection framework? : java collections
What are the different types of collections views being provided by the map interface? : java collections
what is mean by hasing and maping in java platform and advantage?