- 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.
推薦閱讀
- Java語言程序設計
- Oracle WebLogic Server 12c:First Look
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Object-Oriented JavaScript(Second Edition)
- Scala程序員面試算法寶典
- Building RESTful Python Web Services
- jQuery Mobile移動應用開發實戰(第3版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 圖數據庫實戰
- Python+Tableau數據可視化之美
- Domain-Driven Design in PHP
- JavaScript程序設計(第2版)
- 機器學習微積分一本通(Python版)
- Java EE程序設計與開發實踐教程