senthilanand/RestfulJava
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#adding remote origin git remote add origin https://github.com/senthilanand/RestfulJava.git # git push -u origin master Documentation 1. Jersey documentation: https://jersey.java.net/documentation/latest/user-guide.html#d0e2727 2. Crunchify doc (old version of jersey, fyi) : http://crunchify.com/how-to-build-restful-service-with-java-using-jax-rs-and-jersey/ 3. Registering resources: http://blog.dejavu.sk/2013/11/19/registering-resources-and-providers-in-jersey-2/