-
Book Overview & Buying
-
Table Of Contents
Mastering RESTful Web Services with Java
By :
Mastering RESTful Web Services with Java
By:
Overview of this book
REST powers the modern web, yet developers grapple with architectural missteps that lead to poorly designed REST endpoints, inadequate error handling, security vulnerabilities, and maintenance headaches. Written by five software engineering and Java experts, Mastering RESTful Web Services with Java helps you overcome these pitfalls with a deep, practical understanding of REST architecture, HTTP protocols, and modern API design principles.
This hands-on guide introduces foundational concepts based on Roy Fielding’s principles and the Richardson Maturity Model and shows you how to apply them in your API development projects. You’ll build a Product API from scratch, progressively enhancing it with documentation, versioning, and security features, and then advance to creating an Order Management API that interacts with the Product API, while implementing advanced testing and performance optimization techniques. Each chapter delivers step-by-step explanations and practical examples, ensuring you develop production-ready skills that translate directly to your daily work.
By the end of the book, you’ll be ready to deliver production-grade RESTful services and become the API expert your team turns to for critical application development projects.
Table of Contents (18 chapters)
Preface
Understanding RESTful Core Concepts
Exposing a RESTful API with Spring
Documenting Your API Effectively
Generating Code with OpenAPI
Enhancing Your API
Managing API Evolution
Advanced API Concepts and Implementations
Securing Your RESTful API
Testing Strategies for Robust APIs
Deployment and Performance
Monitoring and Observability
Scaling and Performance Optimization Techniques
Alternative Java Frameworks to Build RESTful APIs
Deploying APIs
Other Books You May Enjoy
Index