Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstoyanchev/spring-mvc-31-demo

Demonstrates Spring MVC 3.1 Specific Customization Options
https://github.com/rstoyanchev/spring-mvc-31-demo

Last synced: 7 days ago
JSON representation

Demonstrates Spring MVC 3.1 Specific Customization Options

Awesome Lists containing this project

README

        

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.