Demo-application for my talk in the seminary "Internetprogrammierung" at the Friedrich-Schiller-Universität Jena. The application demonstrates the implementation of an RESTful Webservice using JAX-RS/Jersey.
$ git clone https://github.com/jimtonic/java-jaxrs-demo-ws2015.git
$ mkdir out/app
$ cd out/app
$ javac -d . -cp .:../../lib/* ../../src/*.java ../../src/*/*/*.java
In the directory out/app
$ java -cp .:../../lib/* Server