Skip to content

Commit c18db4c

Browse files
authored
Update concept.md
1 parent a7f2b35 commit c18db4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The UI5 application remains a single-page application (SPA), but its role change
8484

8585
#### Frontend Events on the Server
8686

87-
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.
87+
To support user interaction, a minimal and static UI5 Freestyle app is delivered with the initial HTTP request. This app contains just enough logic to forward frontend events typically acts as a shell app. The interaction model is inspired by the classic PAI/PBO pattern from SAP GUI applications.
8888

8989
When the user triggers an event (e.g., a button press), the event information is sent to the backend, where an ABAP class determines what happens next. All logic is executed entirely in the backend:
9090

0 commit comments

Comments
 (0)