Different between Struts and Spring? or Why use Spring, if
you are already using Struts?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Is multiple try block is possible in single java Application......
What is a tasks priority and how is it used in scheduling?
What invokes a thread?s run() method?
Why are some of the class and element names counter-intuitive?
How is a java object message delivered to a non-java client?
What is the purpose of the notifyall() method?
what is difference between object state and behaviour?
important features of java which differenciate it from c++
Why use a datasource when you can directly specify a connection details?
How do you iterate in Hashmap?
What are the different algorithms used for clustering?
What are synchronized methods and synchronized statements?