Description
All aspects of software development and deployment become painfully slow. The solution is to adopt the microservice architecture. This architecture accelerates software development and enables continuous delivery and deployment of complex software applications.
Microservice Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. This book also teaches readers how to refactor a monolithic application to a microservice architecture.
Key features
· In-depth guide
· Practical examples
· Step-by-step instructions
Audience
Readers should be familiar with the basics of enterprise application architecture, design, and implementation.
About the technology
Microservice architecture accelerates software development and enables continuous delivery and deployment of complex software applications.
Author biography
Chris Richardson is a developer and architect. He is a Java Champion, a JavaOne rock star and the author of POJOs in Action, which describes how to build enterprise Java applications with frameworks such as Spring and Hibernate. Chris was also the founder of the original CloudFoundry.com, an early Java PaaS for Amazon EC2. Today, he is a recognized thought leader in microservices. Chris is the creator of http://microservices.io , a website describing how to develop and deploy microservices. He provides microservices consulting and training and is working on his third startup http://eventuate.io , an application platform for developing microservices.
Rezensionen / Stimmen
'A comprehensive overview of the challenges teams face when moving to microservices, with industry-tested solutions to these problems.' Tim Moore, Lightbend
'Pragmatic treatment of an important new architectural landscape.' Simeon Leyzerzon, Excelsior Software
'A solid compendium of information that will quicken your migration to this modern cloud-based architecture.' John Guthrie, Dell/EMC
'How to understand the microservices approach, and how to use it in real life.' Potito Coluccelli, Bizmatica Econocom
Sprache
Verlagsort
Zielgruppe
Illustrationen
Maße
Höhe: 236 mm
Breite: 189 mm
Dicke: 32 mm
Gewicht
ISBN-13
978-1-61729-454-9 (9781617294549)
Schweitzer Klassifikation
Chris Richardson is a developer and architect. He is a Java Champion, a JavaOne rock star and the author of POJOs in Action, which describes how to build enterprise Java applications with frameworks such as Spring and Hibernate. Chris was also the founder of the original CloudFoundry.com, an early Java PaaS for Amazon EC2. Today, he is a recognized thought leader in microservices. Chris is the creator of http://microservices.io , a website describing how to develop and deploy microservices. He provides microservices consulting and training and is working on his third startup http://eventuate.io , an application platform for developing microservices.
table of contentsREAD IN LIVEBOOK1.ESCAPING MONOLITHIC HELLREAD IN LIVEBOOK2.DECOMPOSITION STRATEGIESREAD IN LIVEBOOK3.INTER-PROCESS COMMUNICATION IN A MICROSERVICE ARCHITECTUREREAD IN LIVEBOOK4.MANAGING TRANSACTIONS WITH SAGASREAD IN LIVEBOOK5.DESIGNING BUSINESS LOGIC IN A MICROSERVICE ARCHITECTUREREAD IN LIVEBOOK6.DEVELOPING BUSINESS LOGIC WITH EVENT SOURCINGREAD IN LIVEBOOK7.IMPLEMENTING QUERIES IN A MICROSERVICE ARCHITECTUREREAD IN LIVEBOOK8.EXTERNAL API PATTERNSREAD IN LIVEBOOK9.TESTING MICROSERVICES - PART 1READ IN LIVEBOOK10.TESTING MICROSERVICES - PART 2READ IN LIVEBOOK11.DEVELOPING PRODUCTION READY SERVICESREAD IN LIVEBOOK12.DEPLOYING MICROSERVICESREAD IN LIVEBOOK13.REFACTORING TO MICROSERVICES