Skip to content

Commit 9c991c6

Browse files
authored
Update concept.md
1 parent e1506c3 commit 9c991c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/advanced/technical/concept.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Architectural Comparison:
5656
UI5 applications typically follow an SPA architecture. The backend delivers data via OData, while all logic and UI rendering occur on the frontend:
5757

5858
<img width="400" alt="image" src="https://github.com/user-attachments/assets/3b2a884e-e899-4b60-8a95-79b418f33657" />
59-
UI5 Freetyle - ABAP delivers only Data
59+
60+
UI5 Freestyle - ABAP delivers only Data
6061

6162
One specific characteristic we should examine closely is how the UI5 framework creates views. Each HTML output is rendered from an XML-View, with its associated data from the server. The view is stored at the frontend as part of the app. abap2UI5 now introduces a pivotal change: the backend also sends the view. This shifts the frontend’s role towards displaying views and data received from the server:
6263

0 commit comments

Comments
 (0)