Skip to content

Commit 7a4aa72

Browse files
authored
Update concept.md
1 parent 4505f10 commit 7a4aa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/technical/concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Several modern frameworks follow this pattern:
3030
* [Unpoly](https://unpoly.com) Simplified partial page updates (Any web stack)
3131

3232

33-
#### Comparison to Classic Server Side Rendering?
33+
#### Comparison to Classic SSR
3434

3535
In the early days of web development, Server-Side Rendering (SSR) was the standard. Every user interaction triggered a full-page reload, and the server responded with a complete HTML document. Within the SAP ecosystem, this approach was seen in technologies like ITS Mobile and SAP GUI for HTML.
3636

@@ -82,7 +82,7 @@ While HTML rendering still happens on the frontend, both the view definition and
8282

8383
The UI5 application remains a single-page application (SPA), but its role changes: it becomes a pure rendering engine for server-defined views and data. This raises a new question — how is user interaction handled in this architecture?
8484

85-
#### Frontend Events in the Backend
85+
#### Frontend Events on the Server
8686

8787
To support user interaction, a minimal static UI5 Freestyle app is delivered with the initial HTTP request. This app contains just enough logic to forward frontend events to the backend. The interaction model is inspired by the classic PAI/PBO pattern from SAP GUI applications.
8888

0 commit comments

Comments
 (0)