Book Image

RESTful Java Web Services, Second Edition

Book Image

RESTful Java Web Services, Second Edition

Overview of this book

Table of Contents (17 chapters)
RESTful Java Web Services Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter summarized the design guidelines, best practices, and coding tips that developers will find useful when building RESTful web services. You can freely refer to this chapter while working with the JAX-RS and Jersey frameworks.

This chapter started with tips for designing and developing scalable RESTful web APIs and moved from the design guidelines to REST API optimization techniques, such as caching, partial representation, partial update, and asynchronous API calls. It then moved on to discuss the microservice architectural style and its relevance. The chapter concluded by discussing OData in short and its usage. By now, you must have learned how to build scalable and well-performing RESTful applications by using the JAX-RS and Jersey APIs.

With this chapter, we finish our journey of RESTful Java web services. We began with the theory of REST, continued with the JAX-RS APIs and the Jersey framework, and completed our study with topics on security, API documentation, and...