Skip to content

Commit 6352bd9

Browse files
authored
Update overview.md
1 parent d4ee8e0 commit 6352bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/technical/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page compares **abap2UI5** with other common SAP UI technologies to help un
44

55
While many SAP applications rely on client-side Single Page Applications (SPAs) or traditional Server-Side Rendering (SSR), abap2UI5 follows a pragmatic **Over-the-Wire** approach. It bridges the gap between simplicity and flexibility by shifting UI control back to the ABAP backend — without sacrificing the power of UI5 on the frontend.
66

7-
### abap2UI5: Over-the-Wire
7+
### abap2UI5: Over-the-Wire for ABAP/UI5
88
abap2UI5 applies the Over-the-Wire principle to SAP UI5 apps. The backend (ABAP) defines UI5 XML Views and ViewModels, which are sent to the browser. A generic, static UI5 app dynamically renders this content.
99

1010
- **Frontend stays generic & static**

0 commit comments

Comments
 (0)