- Mastering Microservices with Java
- Sourabh Sharma
- 77字
- 2021-07-02 13:03:27
Traditional monolithic design
The following diagram explains the traditional monolithic application design. This design was widely used before SOA became popular:

Traditional monolithic application design
In a traditional monolithic design, everything is bundled in the same archive (all the presentation code is bundled in with the Presentation archive, the application logic goes into the Application Logic archive, and so on), regardless of how it all interacts with the database files or other sources.
推薦閱讀
- JSP網(wǎng)絡(luò)編程(學習筆記)
- 自然語言處理實戰(zhàn):預訓練模型應(yīng)用及其產(chǎn)品化
- Building Modern Web Applications Using Angular
- Vue.js 3.x從入門到精通(視頻教學版)
- Python語言程序設(shè)計
- 算法精粹:經(jīng)典計算機科學問題的Java實現(xiàn)
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- LabVIEW虛擬儀器程序設(shè)計從入門到精通(第二版)
- Android Development Tools for Eclipse
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 安卓工程師教你玩轉(zhuǎn)Android
- Java自然語言處理(原書第2版)
- 從零開始學算法:基于Python
- 你必須知道的.NET(第2版)
- Learning Google Apps Script