rest
-
JAX-RS Tutorial with Jersey for RESTful Web Services
1. Introduction In this post, we feature a comprehensive tutorial on JAX-RS with Jersey for RESTful Web Services. Java API…
Read More » -
JAX-RS Web Service Example
Hello readers. In this tutorial, we will show how to use the JAX-RS (RESTful) jar files to implement a simple…
Read More » -
JAX-RS Annotations Explained
In this example we shall learn some important JAX-RS annotations. To understand this tutorial, following is the prerequisite knowledge required:…
Read More » -
Java JSON RESTful Web Service Example
In this example we shall learn implementing Restful Web Service in Java where the data interchange format shall be JSON.…
Read More » -
Creating JAX-RS web service using Jersey Example
Introduction Jersey as it states in the website, is more than just a reference implementation. It also has it’s own…
Read More » -
Creating JAX-RS web service using RESTEasy Example
Introduction RESTEasy is a JBoss Project and an implementation of JAX-RS specification. It’s simplified nature made a huge noise on…
Read More » -
Creating JAX-RS web service using Apache CXF Example
Ever since JAX-RS was introduced (JSR-311), it had a profound effect on the architecture and design of web services. It’s…
Read More » -
RESTful Java Client With java.net.URL
In this example we are going to see how you can use java.net package utilities, to create RESTful clients that…
Read More » -
JSON Example With RESTEasy + JAXB + Jettison
In this tutorial we are going to see how you can integrate RESTEasy with Jettison to develop JAX-RS RESTful services…
Read More » -
JSON Example With RESTEasy + Jackson
In this tutorial we are going to see how you can integrate RESTEasy with Jackson to develop JAX-RS RESTful services…
Read More »