November 2017
Intermediate to advanced
420 pages
10h 29m
English
In general, RESTful web services communicate over HTTP with the standard HTTP verbs (also known as method types) such as GET, PUT, POST, DELETE, HEAD, and OPTIONS. In this section, we will see annotations provided by JAX-RS for enabling a POJO class to process the standard HTTP method types. If you need a quick brush-up of the HTTP method types used by a RESTful system, refer to the Understating HTTP request methods section in Chapter 1, Introducing the REST Architectural Style.
Read now
Unlock full access