This is a standalone Spring based Java application that embeds Jetty and uses SpringMVC as its web tier.
It is a template that demonstrates embedding Jetty and SpringMVC into your application as a web tier instead of deploying your application into a container.
Thymeleaf is used as a view technology greatly simplifying the process compared to using JSP views with embedded Jetty.
mvn exec:java -Dexec.mainClass=ca.unx.template.Main
Then point your browser at http://localhost:8080.
mvn package
java -jar target/jetty-springmvc-thymeleaf-template-0.0.1-SNAPSHOT.jar
Then point your browser at http://localhost:8080.