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 |
whats is mean by tiles in struts
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
What is the difference between long.class and long.type?
How to synchronize jsp page?
Why are my checkboxes not being set from on to off?
Can I map more than one table in a cmp?
can we write implementation for a method with in another method?
What is the purpose of the notifyall() method?
What are the ways to define classes that can be run as threads?
What is the use of Class.forName
Why are some of the class and element names counter-intuitive?
Explain the purposes of methods wait(), notify(), notifyAll ()?