koziolk / spring-mvc-showcase

Demonstrates the features of the Spring MVC web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring MVC Showcase

Demonstrates the capabilities of the Spring MVC web framework through small, simple examples. After reviewing this showcase, you should have a good understanding of what Spring MVC can do and get a feel for how easy it is to use. Includes project code along with a supporting slideshow and screen cast.

Changes to the original code base

This version has slightly modified pom.xml file in order to test jboss-as-maven-plugin and compare it with tomcat7-maven-plugin and jetty-maven-plugin.

To run the application:

In order to run the application on your local machine call:

tomcat7-maven-plugin

mvn tomcat7:run

or

jetty-maven-plugin

mvn jetty:run

or

jboss-as-maven-plugin

This option requires JBoss AS to be installed and running in standalone mode on your local box. You can download it from: http://www.jboss.org/products/eap/download/

mvn jboss-as:deploy

Access the deployed web application at: http://localhost:8080/spring-mvc-showcase/

Useful links:

Note:

This showcase originated from a blog post and was adapted into a SpringOne presentation called Mastering MVC 3.

A screen cast showing the showcase in action is available in QuickTime format.

About

Demonstrates the features of the Spring MVC web framework


Languages

Language:Java 73.1%Language:JavaScript 25.6%Language:CSS 1.4%