- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 56字
- 2021-07-02 21:54:41
Monolithic design with services
After SOA, applications started being developed based on services, where each component provides the services to other components or external entities. The following diagram depicts the monolithic application with different services; here services are being used with a Presentation component. All services, the Presentation component, or any other components are bundled together:
