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 the RMI and Socket?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What if the static modifier is removed from the signature of the main method?
What are the different methods of identifying an object?
What is ioc concept?
What are local interfaces? Describe.
What is the difference between session and entity beans?
How would you detect a keypress in a jcombobox?
how do you Handle Front End Application data against DB with example?
what are memory considerations of jsp compares to other web components?
Do we need to override service() method
What class is used to create Server side object ?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Brief description about local interfaces?
What are externizable interface?