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/*/*/*.javaIn the directory out/app
$ java -cp .:../../lib/* Server