Skip to content

I wrote this demo application for my talk in the seminary "Internetprogrammierung" at the Friedrich-Schiller-Universität Jena.

License

Notifications You must be signed in to change notification settings

ferewi/java-jaxrs-demo-ws2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-jaxrs-demo-ws2015

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.

Clone Repository

$ git clone https://github.com/jimtonic/java-jaxrs-demo-ws2015.git

Compile the application

$ mkdir out/app
$ cd out/app
$ javac -d . -cp .:../../lib/* ../../src/*.java ../../src/*/*/*.java

Start the application

In the directory out/app

$ java -cp .:../../lib/* Server

About

I wrote this demo application for my talk in the seminary "Internetprogrammierung" at the Friedrich-Schiller-Universität Jena.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages