This is an example application for Webster. It's heavily inspired by the computer-database sample of the Play Framework.
Java 8 and Maven 3 are required.
git clone https://github.com/pschirmacher/webster-example.git
cd webster-example
mvn package
java -jar target/webster-example-0.1.0-SNAPSHOT-jar-with-dependencies.jar
This will start the app on localhost:8080.