- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 122字
- 2021-07-02 19:44:56
Monolithic migration using SOA
The following diagram shows a monolithic application, broken down into three micro applications:

The last possibility is transforming a monolithic application into smaller units after hitting the breaking point with the monolithic system. They would have broken the application into smaller, physically deployable subsystems, similar to the Y-axis scaling approach explained earlier, and deployed them as web archives on web servers, or as jars deployed on some homegrown containers. These subsystems as service would have used web services or other lightweight protocols to exchange data between services. They would have also used SOA and service-design principles to achieve this. For such organizations, they may tend to think that microservices are the same old wine in a new bottle.
- Mastering Selenium WebDriver
- Web Development with Django Cookbook
- Practical Windows Forensics
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- C語言課程設計
- 零基礎入門學習Python(第2版)
- Visual Basic程序設計全程指南
- C語言程序設計
- jQuery從入門到精通(微課精編版)
- Deep Learning for Natural Language Processing
- Modular Programming with JavaScript
- Node.js實戰:分布式系統中的后端服務開發
- JavaScript程序設計基礎教程(慕課版)
- 亮劍C#項目開發案例導航