Difference between Spring framework and Struts framework?
Answer Posted / srinivas
Struts is developed with a Front Controller and dispatcher
pattern. Where in all the requests go to the ActionServlet
thereby routed to the module specific Request Processor
which then loads the associated Form Beans, perform
validations and then handovers the control to the
appropriate Action class with the help of the action mapping
specified in Struts-config.xml file. On the other hand,
spring does not route the request in a specific way like
this, rather it allows to you to design in your own way
however in allowing to exploit the power of framework, it
allows you to use the Aspect Oriented Programming and
Inversion of Control in a great way with great deal of
declarative programming with the XML. Commons framework can
be integrated to leverage the validation in spring framework
too. Morethan this, it provides all features like JDBC
connectivity, OR Mapping etc., just to develop & run your
applications on the top of this.
| Is This Answer Correct ? | 40 Yes | 6 No |
Post New Answer View All Answers
What is the use of the list interface in the java collection? : java collections
What is the Spring2.5 MVC Navigation flow?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the queues in the java collection framework? : java collections
What are the types of java collections? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What is the difference between comparable and comparator in java.util pkg?
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 ?
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.
What is java collection? : java collections
Which interface does java.util.hashtable implement?
What is iterator in the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What are the different types of classes implemented in the set interfaces? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance