Silicon Valley Code Camp : October 11th and 12th 2014session
Creating REST services with JAX-RS
We will look at how to create some simple APIs using JAX-RS (RESTEasy and Spring) and deploy to Tomcat.
About This Session
If you are creating REST APIs in Java then JAX-RS is the standard. We will briefly talk about the HTTP protocol and what REST is and then create some APIs. We will use Spring/Maven to put it together and deploy in Tomcat. This is a small part of a class I teach at UCSC Silicon Valley.
Some code we will review is at https://github.com/rahulaga/code-camp