If you are a Spring developer and want to build cloud-ready, Internet-scale applications to meet modern business demands, then this book is for you. The readers will understand how to build simple RESTful services and organically grow them to truly enterprise-grade microservices ecosystems.
The Spring framework is an application framework and inversion of the control container for the Java platform. This book will help you implement the microservice architecture in Spring framework, Spring Boot, and Spring Cloud. Written to the latest specifications of Spring, you’ll be able to build modern, Internet-scale Java applications in no time.
We start with the guidelines to implement responsive microservices at scale. We will then deep dive into Spring Boot, Spring Cloud, Docker, Mesos, and Marathon. Next, you will learn how Spring Boot is used to deploy server-less autonomous services by removing the need to have a heavyweight application server. Later, you will learn how to go further by deploying your microservices to Docker and manage it with Mesos. Finally, you will gain more clarity on how to implement microservices using Spring framework and use them in Internet-scale deployments through real-world examples.
Chapter 1. Demystifying Microservices
Chapter 2. Building Microservices with Spring Boot
Chapter 3. Applying Microservices Concepts
Chapter 4. Microservices Evolution – A Case Study
Chapter 5. Scaling Microservices with Spring Cloud
Chapter 6. Autoscaling Microservices
Chapter 7. Logging and Monitoring Microservices
Chapter 8. Containerizing Microservices with Docker
Chapter 9. Managing Dockerized Microservices with Mesos and Marathon
Chapter 10. The Microservices Development Life Cycle