- Mastering Microservices with Java
- Sourabh Sharma
- 210字
- 2021-07-02 13:03:26
A Solution Approach
As a prerequisite for proceeding with this book, you should have a basic understanding of microservices and different software architecture styles. Having a basic understanding of these will help you understand what we discuss in this book.
After reading this book, you will be able to implement microservices for on-premises or cloud production deployments and you will understand the complete life cycle, from design and development to testing and deployment, of continuous integration and deployment. This book is specifically written for practical use and to stimulate your mind as a solution architect. Your learning will help you to develop and ship products in any situation, including Software-as-a-Service (SaaS) and Platform-as-a-Service (PaaS) environments. We'll primarily use Java and Java-based framework tools, such as Spring Boot and Jetty, and we will use Docker for containerization.
In this chapter, you will learn about microservices and how they have evolved. This chapter highlights the problems that on-premises and cloud-based products face and how microservices architectures deal with them. It also explains the common problems encountered during the development of SaaS, enterprise, or large applications and their solutions.
In this chapter, we will explore the following topics:
- Services and service-oriented architecture (SOA)
- Microservices, nanoservices, teraservices, and serverless
- Deployment and maintenance
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Instant Testing with CasperJS
- Learning Apex Programming
- Practical Data Science Cookbook(Second Edition)
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- 深入實踐Spring Boot
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 大學計算機基礎(第2版)(微課版)
- C語言程序設計
- PySpark Cookbook
- Flink技術內幕:架構設計與實現原理
- Python面試通關寶典
- UML基礎與Rose建模實用教程(第三版)
- Java EE輕量級解決方案:S2SH
- Android開發進階實戰:拓展與提升