Microservices Patterns: With examples in Java

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks. About the Technology Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and Java Champion Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication. About the Book Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application. What's inside • How (and why!) to use the microservice architecture • Service decomposition strategies • Transaction management and querying patterns • Effective testing strategies • Deployment patterns including containers and serverlessices About the Reader Written for enterprise developers familiar with standard enterprise application architecture. Examples are in Java. About the Author Chris Richardson is a Java Champion, a JavaOne rock star, author of Manning's POJOs in Action, and creator of the original CloudFoundry.com.

Author(s): Chris Richardson
Edition: 1
Publisher: Manning Publications
Year: 2018

Language: English
Commentary: True PDF
Pages: 520
Tags: Java; Asynchronous Programming; Microservices; Deployment; Design Patterns; Testing; Refactoring; Kubernetes; Containerization

1. Escaping monolithic hell
2. Decomposition strategies
3. Interprocess communication in a microservice architecture
4. Managing transactions with sagas
5. Designing business logic in a microservice architecture
6. Developing business logic with event sourcing
7. Implementing queries in a microservice architecture
8. External API patterns
9. Testing microservices: part 1
10. Testing microservices: part 2
11. Developing production-ready services
12. Deploying microservices
13. Refactoring to microservices