Understanding Spring MVC
- Details
-
Last Updated on 08 October 2012
Overview
Spring framework makes the development of web applications very easy by providing the Spring MVC module. Spring MVC module is based on two most popular design patterns - Front controller and MVC.
In this article we will learn about the Front controller and MVC design pattern and will then explore the details of Spring MVC module in detail, its architecture, and various components and finally we will build a simple web application using Eclipse IDE.
Table of Content
- Architecture
- Dispatcher Servlet
- Spring Application Context
- Handler mappings
- Controllers
- ModelAndView and ViewResolver
- Sample application
- Conclusion
- Prev
- Next >>









