Webapp is a showoff application from spring. It is build on spring-mvc 3. Testing is done via cucumber and selenium rc.
To run this example you will need ruby installed.
You will need a bundler gem:
sudo gem install bundler
Before first run install needed gems
bundle
start selenium rc
selenium-rc
start tomcat
cd mvc-webapp
mvn tomcat:run
run tests
cd tests
cucumber