Book Image

Hands-On RESTful Web Services with Java 11 [Video]

By : Luan Nico
Book Image

Hands-On RESTful Web Services with Java 11 [Video]

By: Luan Nico

Overview of this book

<p>RESTful Web Services is a stateless client-server architecture where web services are resources and can be identified by their URIs. Implementing RESTful Web Services with Java helps to simplify the development and deployment of web services. This course will show you how to implement a REST Web Service (API) in Java from scratch (using servlets), covering the basic concepts. This will be later followed by improvements in security, authentication, authorization, scalability, performance, API modeling, CORS, versioning, and documentation. Finally, you will find out what libraries are available to help you implement an API with ease, how to integrate with different layers and kinds of dependencies, how to integrate with other APIs, and where and how to deploy your application. By the end of this course, you will be able to efficiently create reliable and powerful Java RESTful Web Services and get a clear understanding of the process by implementing it your web apps.</p> <p>The code is uploaded here on GitHub:&nbsp;<a href="https://github.com/PacktPublishing/Hands-On-RESTful-Web-Services-with-Java-11" target="_blank">https://github.com/PacktPublishing/Hands-On-RESTful-Web-Services-with-Java-11</a></p> <h1>Style and Appraoch</h1> <p>This hands-on course supplies all the information you'll need about REST APIs, from basic to fully-featured implementations. Throughout the course, several examples will be shown, built, and developed, covering all required topics and concepts. Get your hands on this course to learn everything you need to know to start taking advantage of REST APIs straightaway.</p>
Table of Contents (9 chapters)
Chapter 5
Basic Building Blocks – Part 2
Content Locked
Section 1
CORS Explained
Understand the concept, reasoning, and walk-arounds to CORs. - See the definition of CORS and how it works - Learn the reasoning behind CORS and why it might be important - Understand how to overcome CORS if desired