- 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.