RESTful Web Services Tutorial
RESTful Web Services - Introduction
In this Tutorial we will learn about basics of RESTful Web Services.
REST Web Service Tutorial-JAX-RS
JAX-RS stands for Java API for RESTful Web Services (JAX-RS), is a set of APIs to develop REST services. In this Tutorial we will learn about JAX-RS.
JAX-RS & Jersey Hello World Example
This tutorial explains how to develop RESTful web services in Java with the JAX-RS reference implementation Jersey.
JAX-RS & Jersey Example using Maven and Eclipse
This tutorial explains how to develop RESTful web services in Java with the JAX-RS reference implementation Jersey by using maven.
RESTful Web Services (JAX-RS) @Path URI Matching Example
This tutorial explains about JAX-RS @path annotation and its use in Restful Web Services.
JAX-RS @PathParam Example
This tutorial explains about JAX-RS @PathParam annotation and its use in Restful Web Services.