Skip to content

Commit 93a5eff

Browse files
celeroncoderForestry.io
authored andcommitted
Update from Forestry.io
Khushal Bhardwaj deleted static/uploads/soa_architecture Khushal Bhardwaj created static/uploads/soa_architecture.png Khushal Bhardwaj updated content/posts/should-i-adopt-service-oriented-architecture-soa.md
1 parent fef9bf6 commit 93a5eff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/posts/should-i-adopt-service-oriented-architecture-soa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The main principle of Service-Oriented Architecture is to **segregate the concer
1414

1515
In this three layer or tier system we usually divide the logic of a route or a function of the application into Controller, Service, and Data Access Layer.
1616

17+
![](/blog/uploads/soa_architecture.png)
18+
1719
### Controller (Routes)
1820

1921
Its purpose is to deal with requests from the user to the application and deal with the different routes that have different functions. It also modifies the incoming data from the user to be able to consume it within our business logic.

0 commit comments

Comments
 (0)