Difference between Spring MVC and Struts MVC

Krishna picture Krishna · May 30, 2011 · Viewed 99.8k times · Source

What is the major difference between the Spring MVC and Struts MVC?

Answer

hossaindoula picture hossaindoula · Jun 27, 2011

The major difference between Spring MVC and Struts is: Spring MVC is loosely coupled framework whereas Struts is tightly coupled. For enterprise Application you need to build your application as loosely coupled as it would make your application more reusable and robust as well as distributed.