Spring Framework

Spring Projects

Spring Project 1

adplus-dvertising
Introduction of Spring MVC Controller
Previous Home Next

The Spring MVC provide the Controller concept which are responsible for request processing and acting on user requests. It builds an appropriate model and passes it to the view for rendering. In the case of Java web applications, the controller is usually a Servlet. The following controller are used spring MVC:

Previous Home Next