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/technical/concept.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,25 +68,27 @@ Since UI5 is a client-side framework, the HTML output cannot be generated as rea
68
68
69
69
But how can we then generated UI5 HTML in the backend?
70
70
71
-
Fortunately, UI5 has a defining characteristic that allows us to shift part of the view generation to the backend. In UI5 freestyle apps, each view can be defined in XML — the so-called UI5 XML View. The UI5 framework uses this XML definition, combined with data from the backend, to render HTML in the browser.
71
+
Fortunately, UI5 has a defining characteristic that allows us to shift part of the view generation to the backend. In UI5 freestyle apps, each view can be defined in XML — the so-called UI5 XML View. The UI5 framework uses this XML definition, combined with data from the backend, to create HTML in the browser.
<em>abap2UI5 – HTML rendered in browser based on XML View and Data, both sent from the backend</em>
88
+
<em>abap2UI5 – HTML created in browser based on XML View and Data, both sent from the backend</em>
87
89
</p>
88
90
89
-
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.
91
+
The UI5 application remains a single-page application (SPA), but its role changes: it solely creates HTML for server-defined views and data.
0 commit comments