Spring Microservices in Action, Second Edition teaches you to build microservice-based applications using Java and Spring. Summary By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility. Spring Micro
Spring Microservices in Action
β Scribed by John Carnell
- Publisher
- Manning Publications
- Year
- 2017
- Tongue
- English
- Leaves
- 386
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Summary
Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Microservices break up your code into small, distributed, and independent services that require careful forethought and design. Fortunately, Spring Boot and Spring Cloud simplify your microservice applications, just as the Spring Framework simplifies enterprise Java development. Spring Boot removes the boilerplate code involved with writing a REST-based service. Spring Cloud provides a suite of tools for the discovery, routing, and deployment of microservices to the enterprise and the cloud.
About the Book
Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. You'll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services. You'll see how Spring's intuitive tooling can help augment and refactor existing applications with micro services.
What's Inside
- Core microservice design principles
- Managing configuration with Spring Cloud Config
- Client-side resiliency with Spring, Hystrix, and Ribbon
- Intelligent routing using Netflix Zuul
- Deploying Spring Cloud applications
About the Reader
This book is written for developers with Java and Spring experience.
About the Author
John Carnell is a senior cloud engineer with twenty years of experience in Java.
Table of contents
- Welcome to the cloud, Spring
- Building microservices with Spring Boot
- Controlling your configuration with Spring Cloud configuration server
- On service discovery
- When bad things happen: client resiliency patterns with Spring Cloud and Netflix Hystrix
- Service routing with Spring Cloud and Zuul
- Securing your microservices
- Event-driven architecture with Spring Cloud Stream
- Distributed tracing with Spring Cloud Sleuth and Zipkin
- Deploying your microservices
β¦ Subjects
Internet, Groupware, & Telecommunications;Networking & Cloud Computing;Computers & Technology;Cloud Computing;Networking & Cloud Computing;Computers & Technology;Programming;APIs & Operating Environments;Algorithms;Apple Programming;Cross-platform Development;Functional;Game Programming;Graphics & Multimedia;Introductory & Beginning;Languages & Tools;Microsoft Programming;Mobile Apps;Parallel Programming;Software Design, Testing & Engineering;Web Programming;Computers & Technology;Web Services;W
π SIMILAR VOLUMES
With microservices, you build applications from very small, loosely coupled, and distributed services. Spring Boot and Spring Cloud offer Java developers an easy migration path from traditional monolithic Spring applications to microservice-based applications that can be deployed to multiple cloud p
Microservices promise a better way to sustainably deliver business impact. Rather than a single monolithic unit, applications built in this style are composed from loosely-coupled, autonomous services. Microservices in Action is a practical book about building and deploying microservice-based appli