Different between Struts and Spring? or Why use Spring, if
you are already using Struts?

Answers were Sorted based on User's Feedback



Different between Struts and Spring? or Why use Spring, if you are already using Struts?..

Answer / 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

Different between Struts and Spring? or Why use Spring, if you are already using Struts?..

Answer / sreenivasulu

using spring to dovelop all kind of applications it provide
built in container in the form of classes no need to
install saperatly that

Is This Answer Correct ?    1 Yes 3 No

Different between Struts and Spring? or Why use Spring, if you are already using Struts?..

Answer / sreenivasulu

using spring to dovelop all kind of applications it provide
built in container in the form of classes no need to
install saperatly that

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Advanced Java Interview Questions

What are the benefits of detached objects?

0 Answers  


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


Do we need to override service() method

0 Answers  


Can we define constructors in Servlet?

3 Answers   Accenture, Opus, Wipro,


What is the RMI and Socket?

0 Answers  






What is the priority of Garbage collector thread?

3 Answers  


What are the implicit objects?

2 Answers   HCL,


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


What is private static final long serialVersionUID = 1L;

3 Answers   Google,


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


the advantages of polymorphic

1 Answers  


Can we sent objects using Sockets?

0 Answers  


Categories