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

Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

0 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


what is the use of State Factories?

0 Answers  


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

0 Answers  


what is catalina in tomcat server.

11 Answers   IBM,






Can you give me a simple example of using the requiredif validator rule?

0 Answers  


can a static method be overridden

12 Answers   SolutionNET,


Why do threads block on i/o?

0 Answers  


How to determine applet?s height and width?

1 Answers  


how convert java file to jar files?

10 Answers   Samsung,


whats is statement and procedure

0 Answers   TCS,


How substring() method of string class create memory leaks?

0 Answers  


Categories