- 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.
- Learn Blockchain Programming with JavaScript
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Android Studio Essentials
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- C語言程序設計同步訓練與上機指導(第三版)
- Learning Zurb Foundation
- Programming Microsoft Dynamics? NAV 2015
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解
- Python預測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)
- Instant Pygame for Python Game Development How-to
- Ubuntu Server Cookbook
- 計算機應用基礎(Windows 7+Office 2010)
- PHP從入門到精通(第7版)
- Python程序設計現(xiàn)代方法