Spring Framework

Spring Projects

Spring Project 1

adplus-dvertising
Advantage of Spring MVC
Previous Home Next

Spring MVC provide facility to develope web application in spring framework which provide the following Advantages:

  1. Spring MVC provide the separate role of all object which healp the workflow to develope web application for example- Controller, Handler, Validator, Command etc.
  2. Spring MVC provide very powerful configuration of all component which are healping the workflow of this.
  3. The spring MVC provide the facility to choose the controller class in which type you need.
  4. The spring MVC provide the facility to reusable business code-no for duplication.
  5. It also provide the facility to plugin to other farmework for example-Hibernate , Toplink etc
  6. It is also provide the JSP tag library for received user data and process after display in user browser.
Previous Home Next