Introduction to Spring MVC


Spring MVC stands for Model View Controller. It is a method for software development.



MVC based framework:

• Struts 1.3
• Struts2
• Spring MVC (Widely used)

Spring MVC is a way to use MVC in a spring framework with the help of Dispatcher Servlet.
Spring Web MVC Dispatcher Servlet class works as a front Controller. It is responsible for handling request and response as well as the flow of the application.