JAX-RS @PathParam tutorial shows how use the @PathParam annotation in a RESTful Java web application with Jersey framework.
JAX-RS @QueryParam tutorial shows how use the @QueryParam annotation in a RESTful Java web application with Jersey framework.
Jersey JSON tutorial shows how to serve JSON from a RESTFul application in Jersey. The application is deployed on Tomcat.
JAX-RS @Context tutorial shows how use the @Context annotation in a RESTful Java web application with Jersey framework.