A sample project of a Java web application. This project is based on:
- JAX-RS API — Java API for RESTful services
- Jersey — JAX-RS implementation
- Gradle — Build Automation tool
On this project, an application server used in a development cycle is:
- Jetty — Servlet engine and HTTP server
./gradlew --daemon war
./gradlew --daemon jettyRun
./gradlew --daemon test