Web App using Spring 4, all java based configuration.
app version:
java: 1.7 maven: 3.2.3 Spring Framework: 4.1.5 GA Servlet: 3.0
app uses spring built-in hsql as the testing env, integrated with bootstrap, jquery, etc...
To run the app: mvn jetty:run and then access localhost:8080 users link will bring to the users table; usersList link will make a restful service call and display json results.