-
Packt.Mastering.Microservices.with.Java.3rd.Edition.1789530725.rar下载
资源介绍
Master the art of implementing scalable and reactive microservices in your production environment with Java 11
Microservices are key to designing scalable, easy-to-maintain applications. This latest edition of Mastering Microservices with Java, works on Java 11. It covers a wide range of exciting new developments in the world of microservices, including microservices patterns, interprocess communication with gRPC, and service orchestration.
This book will help you understand how to implement microservice-based systems from scratch. You’ll start off by understanding the core concepts and framework, before focusing on the high-level design of large software projects. You’ll then use Spring Security to secure microservices and test them effectively using REST Java clients and other tools. You will also gain experience of using the Netflix OSS suite, comprising the API Gateway, service discovery and registration, and Circuit Breaker. Additionally, you’ll be introduced to the best patterns, practices, and common principles of microservice design that will help you to understand how to troubleshoot and debug the issues faced during development.
By the end of this book, you’ll have learned how to build smaller, lighter, and faster services that can be implemented easily in a production environment.
What you will learn
Use domain-driven designs to develop and implement microservices
Understand how to implement microservices using Spring Boot
Explore service orchestration and distributed transactions using the Sagas
Discover interprocess communication using REpresentational State Transfer (REST) and events
Gain knowledge of how to implement and design reactive microservices
Deploy and test various microservices
contents
1 A Solution Approach
2 Environment Setup
3 Domain-Driven Design
4 Implementing a Microservice
5 Microservice Patterns – Part 1
6 Microservice Patterns – Part 2
7 Securing Microservices
8 Consuming Services Using the Angular App
9 Inter-Process Communication Using REST
10 Inter-Process Communication Using gRPC
11 Inter-Process Communication Using Events
12 Transaction Management
13 Service Orchestration
14 Troubleshooting Guide
15 Best Practices and Common Principles
16 Converting a Monolithic App to a Microservice-Based App