scprioleo / spring-mvc-31-demo

Demonstrates Spring MVC 3.1 Specific Customization Options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring MVC 3.1 Demo

This project contains showcase style mini-samples that demonstate customizations and features available in Spring MVC 3.1. Deploy the application, navigate to the home page localhost:8080/spring-mvc-31-demo and follow the various links listed there.

The application uses MVC Java-based configuration. See src/main/webapp/WEB-INF/web.xml and the src/main/java/org/springframework/samples/mvc31/config package.

For individual examples, explore packages under src/main/java/org/springframework/samples/mvc31 starting with package-info.java and Javadoc where available.

About

Demonstrates Spring MVC 3.1 Specific Customization Options