Skip to content

Commit 1726749

Browse files
committed
docs: add service layer architecture diagram
1 parent fbde009 commit 1726749

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: service-layer/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Wikipedia says
3636

3737
> Service layer is an architectural pattern, applied within the service-orientation design paradigm, which aims to organize the services, within a service inventory, into a set of logical layers. Services that are categorized into a particular layer share functionality. This helps to reduce the conceptual overhead related to managing the service inventory, as the services belonging to the same layer address a smaller set of activities.
3838
39+
Architecture diagram
40+
41+
![Service Layer Architecture Diagram](./etc/service-layer-architecture-diagram.png)
42+
43+
3944
## Programmatic Example of Service Layer Pattern in Java
4045

4146
Our Java implementation uses the Service Layer pattern to streamline interactions between data access objects (DAOs) and the business logic, ensuring a clean separation of concerns.
30.3 KB
Loading

0 commit comments

Comments
 (0)