Spring MVC Tutorials 05 - Creating first Spring MVC Web Application using Eclipse IDE (01)

In this tutorial, we will learn how to create a simple web Application using Spring MVC framework. While developing this basic spring MVC web Application; I will explan everything right from front controller (Dispatcher Servlet), Handler Mapping, Controller till the View Resolver and the actual View. I would recommend going through the Introduction to Spring MVC framework tutorial (02) before hitting this demo..