Search code examples
javaspringspring-mvcstruts

Difference between Spring MVC and Struts MVC


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


Solution

  • 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.