- Mastering Microservices with Java
- Sourabh Sharma
- 55字
- 2021-07-02 13:03:27
Monolithic design with services
After SOA, applications started being developed based on services, where each component provides services to other components or external entities. The following diagram depicts a 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:
