December 2017
Intermediate to advanced
372 pages
8h 46m
English
RESTful web services are very flexible. They can consume several types of different MIME types, although they are typically written to consume and/or produce XML or JSON (JavaScript Object Notation).
Web services must support one or more of the following four HTTP methods:
We develop a RESTful web service with JAX-RS by creating a class with annotated methods that are invoked when our web service ...