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 different types of ways where you can iterate over a list? : java collections
What are maps interfaces in the java collections? : java collections
What is the use of hashcode in java ?
can u draw class/object diagram for ATM
Should we create system software ( e.g operating system ) in 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 uses of the set interfaces in the java collections? : 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
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
How do I find jre path in windows?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the main classes of the list interfaces? : java collections
Which interface does java.util.hashtable implement?
What are the types of interface used in the java collections? : java collections