February 2024
Beginner to intermediate
316 pages
7h 21m
English
Representational State Transfer (REST) is an architectural style in which web services are viewed as resources and can be identified by Uniform Resource Identifiers (URIs).
Web services developed using the REST styles are known as RESTful web services. We can develop RESTful web services in Jakarta EE via the Jakarta RESTful Web Services API, commonly known as Jakarta REST. In this chapter, we will cover how to develop RESTful web services using Jakarta REST.
The following topics will be covered in this chapter:
Read now
Unlock full access