June 2017
Intermediate to advanced
496 pages
14h 4m
English
HATEOAS stands for Hypermedia as The Engine of Application State. Though it sounds complex, it is quite a simple concept. Its main aim is to decouple the server (the provider of the service) from the client (the consumer of the service).
The service provider provides the service consumer with information about what other actions can be performed on the resource.
Spring HATEOAS provides a HATEOAS implementation--especially for the REST services implemented with Spring MVC.
Important features in Spring HATEOAS are as follows:
We will discuss
Read now
Unlock full access