JAX-RS @PathParam

JAX-RS @PathParam tutorial shows how use the @PathParam annotation in a RESTful Java web application with Jersey framework.

JAX-RS @QueryParam

JAX-RS @QueryParam tutorial shows how use the @QueryParam annotation in a RESTful Java web application with Jersey framework.

Jersey JSON

Jersey JSON tutorial shows how to serve JSON from a RESTFul application in Jersey. The application is deployed on Tomcat.

JAX-RS @Context

JAX-RS @Context tutorial shows how use the @Context annotation in a RESTful Java web application with Jersey framework.