Java Jersey(JAX-RS) Tutorials

We can create restful web services in java using jersey . This is tutorial is index post of jersey rest api development . In this tutorial we will see restful web services example in java step by step using jersey .

Jersey Restful web services Tutorials

What is Java Jersey Framework?

Jersey RESTful Web Services framework is open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation . Jersey framework is more than the JAX-RS Reference Implementation. Jersey provides it’s own API that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development .

Jersey restful web service example in java

Now we will see steps for developing jersey rest api in java . Before learning Jersey jax-rs , you have to basic understanding of restful webservice . We use spring framework with jersey and build tool maven for jax rs implementation . You can see example of restful web services with jersey . In this tutorial we have cover restful webservice POST method , GET method , Put Method and DELETE method Implementation .

Jersey Annotations

This tutorial cover jersey PathParam , QueryParam , HeaderParam and etc. annotations . We have discus these annotations example with jersey in java . Sometime we need to redirect to another server or url we have given example for jersey redirect to another resource . We have also implemented filter in jersey restful webservice in java .

Audience             

This tutorial is intended for Java programmers who are interested in developing and deploying Restful Web Services using JAX-RS API and JAXB. We can learn developing restful webservice in java using jersey with the help of this tutorial.

Prerequisites

Before start this tutorial you have have to basic knowledge about java programming , maven , xml , webservice and tomcat or jboss .

Leave a Reply

Your email address will not be published. Required fields are marked *

80 + = 90