Skip to content

Commit 6370269

Browse files
authored
Update how_it_all_works.md
1 parent 8ddbba1 commit 6370269

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/technical/how_it_all_works.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ The idea was introduced in the SAP community through examples using the JavaScri
1616

1717
After the initial page load, only small HTML fragments are sent asynchronously via AJAX to update parts of the page — avoiding full reloads.
1818

19+
<p align="center">
1920
<img width="400" alt="image" src="https://github.com/user-attachments/assets/a9fde24a-c572-4e5c-b203-59a0667b9931" />
20-
21-
_HTML "Over the Wire" Lifecycle [(Quelle)](https://community.sap.com/t5/technology-blog-posts-by-members/fiori-like-web-app-development-in-pure-abap-with-htmx-and-fundamental/ba-p/13500763)_
21+
<br/>
22+
<em> HTML "Over the Wire" Lifecycle [(Quelle)](https://community.sap.com/t5/technology-blog-posts-by-members/fiori-like-web-app-development-in-pure-abap-with-htmx-and-fundamental/ba-p/13500763) </em>
23+
</p>
2224

2325
This approach contrasts with the common separation of concerns, where HTML, CSS, and JavaScript are managed independently on the frontend while the backend only delivers data.
2426

@@ -28,9 +30,15 @@ This concept evolves into what is termed a Hypermedia-Driven Application (HDA).
2830

2931
In contrast, SPAs define all routes and actions upfront on the frontend, requiring a full rebuild for any modification. The following illustration compares MPAs, SPAs, and HDAs:
3032

33+
<p align="center">
3134
<img width="600" alt="image" src="https://github.com/user-attachments/assets/8117dc10-f0ba-4c52-9d1d-6b9d0986401d" />
35+
<br/>
36+
<em> MPA vs. SPA vs. HDA [(Quelle)](https://craftcms.com/events/dot-all-2022/sessions/a-practical-guide-to-html-over-the-wire) </em>
37+
</p>
38+
39+
40+
3241

33-
MPA vs. SPA vs. HDA [(Quelle)](https://craftcms.com/events/dot-all-2022/sessions/a-practical-guide-to-html-over-the-wire)
3442

3543

3644
##### 3. Rethinking Separation of Concerns

0 commit comments

Comments
 (0)