You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/technical/concept.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Key Concept: UI5 Over-the-Wire?
2
2
3
-
This page introduces the technical foundation of abap2UI5.
3
+
This page explains the basic architecture behind abap2UI5.
4
4
5
-
At its core lies an architectural pattern known as HTML Over-the-Wire, adapted for the SAP technology stack. The key idea is to simplify UI5 application development by shifting both UI rendering and application logic entirely to the ABAP backend.
5
+
The core idea is based on a pattern called HTML Over-the-Wire, adapted for SAP systems. It simplifies UI5 development by moving both the UI rendering and the application logic into the ABAP backend.
0 commit comments