Skip to content

Commit 552221d

Browse files
authored
Update concept.md
1 parent f332112 commit 552221d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/technical/concept.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,17 @@ And its corresponding View Model:
172172
}
173173
}
174174
```
175-
The overall architecture looks like this:
175+
#### Application Flow
176+
177+
The overall application flow finally looks like this:
176178

177179
<p align="center">
178180
<img width="600" alt="image" src="https://github.com/user-attachments/assets/f4df9291-c067-495f-bb52-a68e165e15c1" />
179181
<br/>
180182
<em>abap2UI5 Architecture - UI5 Over-the-Wire</em>
181183
</p>
182184

183-
Frontend and backend remain tightly coupled — not through OData contracts, but through plain ABAP logic and JSON — resulting in a fully backend-driven, editable UI flow.
185+
With the initial request, the static shell app is delivered. After each user interaction, the app calls the backend — in a PAI/PBO-like fashion — to fetch the updated view and model. Frontend and backend remain tightly coupled — not via OData service definitions, but through plain ABAP logic and JSON. The result is a fully backend-driven UI flow.
184186

185187
#### Partial HTML Updates
186188

0 commit comments

Comments
 (0)