Skip to content

Commit 09e2756

Browse files
authored
Update concept.md
1 parent 3073e73 commit 09e2756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/technical/concept.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# UI5 Over-the-Wire
2-
3-
abap2UI5 is built on the HTML Over-the-Wire principle — adapted to the ABAP world. By keeping both UI rendering and application logic on the backend, it simplifies UI5 development and avoids common frontend complexity. This page takes a closer look at the concept and how abap2UI5 brings it to life.
1+
# UI5 Over-the-Wire: The Core Architecture of abap2UI5
2+
3+
If you're new to abap2UI5 and want to understand its core architectural idea, start here. This article introduces the central pattern behind the framework: HTML Over-the-Wire — reimagined for the ABAP world. It explains how abap2UI5 eliminates traditional frontend complexity by moving both UI rendering and application logic into the ABAP backend. The result: faster development, easier deployment, and a UI5 shell that acts purely as a rendering engine. This article lays the technical foundation for everything else.
44

55
#### What is HTML Over-the-Wire?
66

0 commit comments

Comments
 (0)