- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 60字
- 2021-07-02 21:54:41
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 traditional monolithic design, everything is bundled in the same archive such as Presentation code, Application Logic and Business Logic code, and DAO and related code that interacts with the database files or another source.
推薦閱讀
- C++ Primer習題集(第5版)
- DevOps for Networking
- 軟件項目管理實用教程
- 可解釋機器學習:模型、方法與實踐
- Java程序設計
- Visual Basic程序設計上機實驗教程
- Multithreading in C# 5.0 Cookbook
- 編程與類型系統
- RealSenseTM互動開發實戰
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- STM8實戰
- Implementing Microsoft Dynamics NAV(Third Edition)
- Oracle Database XE 11gR2 Jump Start Guide
- HTML5程序設計基礎教程
- Swift Essentials(Second Edition)