Difference between Spring framework and Struts framework?
Answer Posted / anand
Struts is a web framework which can be used to develop web
applications using MVC pattern. We have to hard code to use
applications like hibernate, jdbc, etc.
Spring is an application framework in which spring MVC is
one of the modules of spring framework. Spring uses the
concept of IOC/DI where the objects are not hard coded in
java but they are injected using construtor/setter
injection. We can use hibernate, jdbc, etc,...with spring
without hard coding in application as spring supports
classes hibernate, jdbc, and many more. This is very little
to say about spring. There are many features to be known.
| Is This Answer Correct ? | 57 Yes | 8 No |
Post New Answer View All Answers
What are the interfaces in java collections? : java collections
What is the use of hashcode in java ?
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 iterator in the java collections framework? : java collections
What are the classes in the java collection framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the types of the main implementing classes in the map interfaces? : java collections
What are maps interfaces in the java collections? : java collections
Should we create system software ( e.g operating system ) in java ?
What are the types of java collections? : java collections
What is the use of the list interface in the java collection? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What do you understand by synchronization? Why is it important?
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.?.