Modern API Development with Spring 6 and Spring Boot 3: Design scalable, viable, and reactive APIs with REST, gRPC, and GraphQL using Java 17 and Spring Boot 3

$46.49 - $52.49
(No reviews yet) Write a Review
UPC:
9781804613276
Maximum Purchase:
2 units
Binding:
Paperback
Publication Date:
9/22/2023
Release Date:
9/22/2023
Author:
Sharma, Sourabh
Language:
English: Published; English: Original Language; English
Edition:
2nd ed.
Pages:
494
Adding to cart… The item has been added

Discover ways to enhance your application's functionality through hands-on learning for designing, testing, securing, deploying, and maintaining production-ready APIs Key Features Learn how to design, develop, test, and deploy modern APIs in Java Explore techniques for optimizing API performance and handling errors Secure your APIs with industry-standard authentication and authorization techniques Get a free PDF eBook with the purchase of the print or Kindle book Book Description Spring is a powerful and widely adopted framework for building scalable and reliable web applications in Java, complemented by Spring Boot, a popular extension to the framework that simplifies the setup and configuration of Spring-based applications. This book is an in-depth guide to harnessing Spring 6 and Spring Boot 3 for web development, offering practical knowledge of building modern robust web APIs and services. The book covers a wide range of topics that are essential for API development, including RESTful web service fundamentals, Spring concepts, and API specifications. It also explores asynchronous API design, security, designing user interfaces, testing APIs, and the deployment of web services. In addition to its comprehensive coverage, this book offers a highly contextual real-world sample app that you can use as a reference for building different types of APIs for real-world applications. This sample app will lead you through the entire API development cycle, encompassing design and specification, implementation, testing, and deployment. By the end of this book, youll have learned how to design, develop, test, and deploy scalable and maintainable modern APIs using Spring 6 and Spring Boot 3, along with best practices for bolstering the security and reliability of your applications and improving your application's overall functionality. What you will learn Create enterprise-level APIs using Spring and Java Understand and implement REST, gRPC, GraphQL, and asynchronous APIs for various purposes Develop real-world web APIs and services, from design to deployment Expand your knowledge of API specifications and implementation best practices Design and implement secure APIs with authorization and authentication Develop microservices-based solutions with workflow and orchestration engines Acquire proficiency in designing and testing user interfaces for APIs Implement logging and tracing mechanisms in your services and APIs Who this book is for This book is for novice Java programmers, computer science graduates, coding boot camp alumni, and newcomers to the realm of creating real-world web APIs and services. It is an invaluable resource for Java developers transitioning to web development, offering an all-encompassing introduction to web service development. If you possess knowledge of fundamental programming constructs, data structures, and algorithms in Java but lack practical web development experience, this book will serve as a bridge to cultivate the essential skills for entry into the role of a web developer. Table of Contents RESTful Web Service Fundamentals Spring Concepts and REST APIs API Specifications and Implementation Writing Business Logic for APIs Asynchronous API Design Securing REST Endpoints Using Authorization and Authentication Designing a User Interface Testing APIs Deployment of Web Services Getting Started with gRPC gRPC API Development and Testing Adding Logging and Tracing to Services Getting Started with GraphQL GraphQL API Development and Testing