Creating a New Web Application with Spring MVC Framework Support

See Also

The Spring framework libraries and supporting files are bundled with the IDE.

To create a new web application with Spring Web MVC support:

  1. Choose File > New Project (Ctrl-Shift-N). The New Project wizard displays.
  2. Under Categories select Web, then under Projects, select Web Application. Click Next.
  3. Continue through the wizard to Step 4, the Frameworks panel, and select Spring Web MVC 2.5.
  4. Under Spring Web MVC Configuration, specify the dispatcher name and mapping you want to use in the application. Click Finish.
See Also
Adding Spring Web MVC Framework Support to an Existing Application
About Spring Web MVC Framework Support
About Web Application Frameworks

Legal Notices