Book description
What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry.
Many organizations have already waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Authors Josh Long and Kenny Bastani fully immerse you in the tools and methodologies that will help you transform your legacy application into one that is genuinely cloud native.
In four sections, this book takes you through:
- The Basics: learn the motivations behind cloud native thinking; configure and test a Spring Boot application; and move your legacy application to the cloud
- Web Services: build HTTP and RESTful services with Spring; route requests in your distributed system; and build edge services closer to the data
- Data Integration: manage your data with Spring Data, and integrate distributed services with Spring’s support for event-driven, messaging-centric architectures
- Production: make your system observable; use service brokers to connect stateful services; and understand the big ideas behind continuous delivery
Table of contents
- Foreword (James Watters)
- Foreword (Rod Johnson)
- Preface
-
I. Basics
- 1. The Cloud Native Application
- 2. Bootcamp: Introducing Spring Boot and Cloud Foundry
- 3. Twelve-Factor Application Style Configuration
- 4. Testing
- 5. The Forklifted Application
-
II. Web Services
- 6. REST APIs
- 7. Routing
- 8. Edge Services
-
III. Data Integration
- 9. Managing Data
- 10. Messaging
- 11. Batch Processes and Tasks
- 12. Data Integration
-
IV. Production
-
13. The Observable System
- You Build It, You Run It
- Murder Mystery Microservices
- Twelve-Factor Operations
- The New Deal
- Observability
- Push Versus Pull Observability and Resolution
- Capturing an Application’s Present Status with Spring Boot Actuator
- Metrics
- Identifying Your Service with the /info Endpoint
- Health Checks
- Audit Events
- Application Logging
- Distributed Tracing
- Dashboards
- Remediation
- Summary
- 14. Service Brokers
- 15. Continuous Delivery
-
13. The Observable System
- V. Appendix
- Index
Product information
- Title: Cloud Native Java
- Author(s):
- Release date: August 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449374648
You might also like
video
Spring Framework Essentials
This video's accompanying source code can be found in the eGitHub repository https://github.com/kousen/Spring-Framework-Essentials. Anyone who writes …
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …