FrankHassanabad / RESTfulExample

REST examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTfulExample

These are examples of REST that are based off the Jersey book from: http://jersey.java.net/nonav/documentation/latest/

The examples use maven-jetty-plugin to run an embedded Jetty server to run the server through

cd war
mvn jetty:run

To get to the example REST endpoints see the source file documentation.

About

REST examples

License:MIT License


Languages

Language:Java 100.0%