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 thread-to-thread communcation?

1 Answers  


what is the use of State Factories?

0 Answers  


What is mdb and what is the special feature of that?

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


what is Bootstrap loader program?

1 Answers   Rossell Techsys,


What is the difference between java class and bean?

0 Answers  


What is the lifecycle of an applet?

2 Answers  


When you will synchronize your code?

2 Answers  


Write a singleton program?

0 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Categories