Skip to content

Commit 68dd3b8

Browse files
authored
update
1 parent fa0900f commit 68dd3b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/advanced/technical/concept.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Key Concept: UI5 Over-the-Wire
1+
# Key Concept: UI5 Over-the-Wire?
22

33
The key concept of **abap2UI5** is to apply the **HTML Over-the-Wire** approach to SAP UI5 application development.
44

55
#### Concept
66

77
**HTML Over-the-Wire** refers to a web architecture where the server renders user interfaces and sends ready-to-use HTML fragments to the browser. This avoids complex client-side frameworks and keeps the frontend lightweight and maintainable. Both the UI and business logic remain on the server.
88

9-
```plaintext
9+
```plaintext
1010
+-------------------+ +------------------+ +-------------------+
1111
| Server | | Browser | | User |
1212
|-------------------| |------------------| |-------------------|
1313
| HTML Definition | --> | Receives Response| --> | Interacts with UI |
1414
| | | Renders UI | | (clicks, inputs) |
1515
+-------------------+ +------------------+ +-------------------+
16-
```
16+
```
17+
1718
Flow:
1819
- The server defines HTML
1920
- The browser inserts these definitions
@@ -78,6 +79,7 @@ In this approach, the UI5 View and UI5 View-Model is defined on the ABAP server
7879
| UI5 View-Model | | Renders UI | | (clicks, inputs) |
7980
+---------------------+ +------------------+ +-------------------+
8081
```
82+
8183
Flow:
8284
- The backend defines UI5 XML views and JSON view-models
8385
- The browser renders these definitions using a static UI5 application

0 commit comments

Comments
 (0)