Skip to content

Commit 39a0586

Browse files
authored
Update over_the_wire.md
1 parent 8d0bd30 commit 39a0586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/advanced/technical/over_the_wire.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ While popular frameworks like Hotwire, Livewire, and Phoenix LiveView follow thi
99
## Concept Overview
1010

1111
```plaintext
12-
+------------------------+ +-----------------------+ +--------------------+
13-
| ABAP Backend | | Browser | | User |
14-
|------------------------| |-----------------------| |--------------------|
15-
| - XML View Definition | --> | Receives Response | --> | Interacts with UI |
16-
| - JSON View-Model | | Renders with UI5 | | (clicks, inputs) |
17-
+------------------------+ +-----------------------+ +--------------------+
12+
+------------------------+ +-----------------------+ +--------------------+
13+
| ABAP Backend | | Browser | | User |
14+
|------------------------| |-----------------------| |--------------------|
15+
| - XML View Definition | --> | Receives Response | --> | Interacts with UI |
16+
| - JSON View-Model | | Renders with UI5 | | (clicks, inputs) |
17+
+------------------------+ +-----------------------+ +--------------------+
1818
```
1919
Flow:
2020
- The backend defines UI5 XML Views and JSON View-Models

0 commit comments

Comments
 (0)