Skip to Content
Building RESTful Web Services with Java EE 8
book

Building RESTful Web Services with Java EE 8

by Mario-Leander Reimer
July 2018
Intermediate to advanced
116 pages
2h 41m
English
Packt Publishing
Content preview from Building RESTful Web Services with Java EE 8

Implementing hypermedia-driven REST APIs

In this section, we're going to take a look at how you can traverse REST resources using hypermedia (with links and URIs). We'll see how to use JSON-P to construct hypermedia enabled JSON structures. We'll use the @Context and UriInfo objects to construct resource URIs programmatically. We will also have a look at how to set link headers with URIs on the HTTP response.

Let's get started and switch to our IDE. We will prepare a resource, and this resource will be serving books and authors; both are individual REST resources. Obviously, books are written by authors, so we should be able to navigate from books to the authors and vice versa. This is what we can use hypermedia for.

Navigate to our book ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

RESTful Java Web Services - Third Edition

RESTful Java Web Services - Third Edition

Balachandar Bogunuva Mohanram

Publisher Resources

ISBN: 9781789532883Supplemental Content