Skip to content

Commit d3c12a6

Browse files
authored
Update concept.md
1 parent 93db1fa commit d3c12a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/advanced/technical/concept.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ A typical response in this pattern includes both view and model data:
115115

116116
#### Partial HTML Updates
117117

118+
##### Property
118119
A central feature of HTML Over the Wire is that only the affected parts of the page are updated, rather than the entire document. Can this be achieved in UI5? While altering the XML view would typically trigger a full re-render, updating only the view model and binding attributes accordingly allows UI5 to update just the relevant UI elements. Consider this example:
119120

120121
```abap
@@ -147,6 +148,9 @@ ENDCLASS.
147148
```abap
148149
client->view_model_update( ).
149150
```
151+
152+
##### Controls
153+
150154
#### What about RAP?
151155

152156
Although RAP [(3)](https://pages.community.sap.com/topics/abap/rap) shifts more logic and development to the backend, it cannot be considered an “over-the-wire” approach:

0 commit comments

Comments
 (0)