Three advantages of integrating Struts into Spring
There are so many advantages of integrating a Struts application into the Spring framework. These three points I got from Mr.George Franciscus’s article in Developerworks.
1. Spring was explicitly designed to resolve some of the real-world problems of JEE, such as complexity, poor performance, testability, and much more.
2. The Spring framework includes an AOP implementation that lets you apply aspect-oriented techniques to normal object-oriented code.
3. Some might say that the Spring framework just handles Struts better than Struts handles itself 🙂
Source : More on this topic visit here