JAX-RS Tutorial

Java API for RESTful Web Services (JAX-RS), is a set if APIs to developer REST service. JAX-RS is part of the Java EE6, and make developers to develop REST web application easily.
In this series of JAX-RS tutorials, we use both Jersey and RESTEasy, popular JAX-RS implementation.
All the best.

Quick Start

Some quick start examples to use JAX-RS.
All basic example available in reference link mkyoung...please follow this.

No comments:

Post a Comment