Different between Struts and Spring? or Why use Spring, if
you are already using Struts?
Answer Posted / vamsikrishna.i
Struts:
1.Struts is only for web Applications.We can not develop any
type of Java,J2EE applications by using Struts Framework.
2.We can not Integrate other Frameworks with Any other Java
Oriented Frameworks.
Spring:
1.Spring is for developing any kind of Java,J2EE applications.
2.It is Layered architecture.We can integrate any no of
Frameworks with Spring.
3.It has So many features like AOP,IOC.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is mdb and what is the special feature of that?
Do we need to override service() method
What are the design considerations while making a choice between using interface and abstract class?
What’s jboss cache in short?
what is an isolation level?
What is scalable, portability in the view of J2EE?
What is a sessionfactory? Is it a thread-safe object?
What does module-relative mean?
What is a modular application?
What is the difference between the font and fontmetrics classes?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is colon_pkg_prefixes and what is its use?
Which class is the immediate superclass of the menucomponent class?
What is in-memory replication?
What is the difference between static and non-static with examples?