Skip to content

Commit b48e439

Browse files
authored
Update over_the_wire.md
1 parent bb30534 commit b48e439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/technical/over_the_wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Key Idea: Over-the-Wire in abap2UI5
22

3-
The core idea of **abap2UI5** is to apply the principles of **Over-the-Wire (OtW)** web development to the SAP ecosystem.
3+
The key idea of **abap2UI5** is to apply the principles of **Over-the-Wire (OtW)** web development to the SAP ecosystem.
44
Over-the-Wire refers to a pattern where the **server is responsible for rendering the user interface (UI)** and sends **ready-to-render HTML fragments** to the browser.
55
This avoids complex client-side frameworks and keeps the frontend lean and maintainable.
66

0 commit comments

Comments
 (0)