Consuming a RESTful Java web service using JSON-B and JSON-P
Learn how to access a RESTful web service and consume its resources in Java using JSON-B and JSON-P. Serialize and deserialize JSON with ease using these two approaches. Discover more about REST services and how to create them.
At a Glance
Explore how to access a simple RESTful web service and consume its resources in Java using JSON-B and JSON-P.
You will learn how to access a REST service, serialize a Java object that contains a list of artists and their albums, and use two different approaches to deserialize the returned JSON resources. The first approach consists of using the Java API for JSON Binding (JSON-B) to directly convert JSON messages into Java objects. The second approach consists of using the Java API for JSON Processing (JSON-P) to process the JSON.
If you are interested in learning more about REST services and how you can write them, read Creating a RESTful web service.
User Reviews
Be the first to review “Consuming a RESTful Java web service using JSON-B and JSON-P”
You must be logged in to post a review.


There are no reviews yet.