clipped from: www.vaannila.com   
Spring MVC Framework Tutorial

In this tutorial you will learn how the Spring MVC Framework works with the help of a simple hello world example.

clipped from: www.vaannila.com   

Spring MVC


Spring MVC helps in building flexible and loosely coupled web applications. The Model-view-controller design pattern helps in seperating the business logic, presentation logic and navigation logic. Models are responsible for encapsulating the application data. The Views render response to the user with the help of the model object . Controllers are responsible for receiving the request from the user and calling the back-end services.