Book Image

Building a RESTful Web Service with Spring

By : Ludovic Dewailly
Book Image

Building a RESTful Web Service with Spring

By: Ludovic Dewailly

Overview of this book

Table of Contents (17 chapters)
Building a RESTful Web Service with Spring
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we continued the implementation of our sample RESTful web service by adding all the CRUD operations necessary for managing room resources. We discussed how to organize URIs to best embody the REST principles, and also looked at how to quickly test endpoints using Postman. Now that we have a fully functioning component of our system, we can take some time to discuss performance.

In the next chapter, we will look at how to manage the performance of RESTful endpoints, which techniques can be employed, and the things to watch out for.