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