Difference between Spring framework and Struts framework?
Answer Posted / tirupathi rao
STRUTS :
1.Struts framework is based on MVC pattern to develop web
applications and which is used to generate integration logic
dynamically.
2.Struts allows only JSP as a view component.
SPRING:
1.Spring framework is used to develop enterprise applications.
2.Spring framework not only allows JSPs but also other views
such as Velocity,Freemaker etc.,
3.Spring f/w consists of 6 modules which are alternatives
for existing J2ee Technologies.
| Is This Answer Correct ? | 96 Yes | 35 No |
Post New Answer View All Answers
Which interface does java.util.hashtable implement?
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.?.
What is the enumerator of the java collection framework? : java collections
What is the difference between comparable and comparator in java.util pkg?
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 hashcode in java ?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
How do I find jre path in windows?
What are the different types of ways where you can iterate over a list? : 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
What is iterator in the java collections framework? : java collections
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the different types of collections views being provided by the map interface? : java collections
What is deque in the java collections framework? : java collections