logo
分类于: 其它 设计

简介

Microservice Patterns: With examples in Java

Microservice Patterns: With examples in Java 9.0分

资源最后更新于 2020-08-19 16:05:59

作者:Chris Richardson

出版社:Manning

出版日期:2017-01

ISBN:9781617294549

文件格式: pdf

标签: 微服务 架构 Microservice 计算机 软件开发 软件工程 软件设计 编程

简介· · · · · ·

The monolithic architecture works well for small, simple applications. However, successful applications have a habit of growing. Eventually the development team ends up in what is known as monolithic hell. All aspects of software development and deployment become painfully slow. The solution is to adopt the microservice architecture, which structures an application as a service...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1. ESCAPING MONOLITHIC HELL
2. DECOMPOSITION STRATEGIES
3. INTER-PROCESS COMMUNICATION IN A MICROSERVICE ARCHITECTURE
4. MANAGING TRANSACTIONS WITH SAGAS
5. DEVELOPING BUSINESS LOGIC FOR MICROSERVICES
6. IMPLEMENTING QUERIES WITH CQRS
7. SERVICE DISCOVERY AND REGISTRATION
8. API PATTERNS
9. MICROSERVICE CHASSIS
10. SECURITY
11. TESTING MICROSERVICES
12. DEPLOYING MICROSERVICES
13. VISIBILITY PATTERNS
14. REFACTORING TO MICROSERVICES