This is an example application of my blog post:
You can run the application by running the following command at command prompt:
gradle appStart
This command will run the web application by using the Jetty 9 servlet container. You can access the application by using the url: http://localhost:8080/.
You can stop the application by running the following command at command prompt:
gradle appStop