Skip to content

Commit 65443dd

Browse files
authored
Update comparison.md
1 parent 757d4a4 commit 65443dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced/technical/comparison.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All of these frameworks simplify web development by rendering the UI on the serv
66

77
abap2UI5 adapts this idea to the SAP world, allowing developers to build UI5 applications purely in ABAP, without OData, CDS, or complex frontend stacks.
88

9-
#### Comparison at a Glance
9+
### Comparison at a Glance
1010

1111
| Concept | LiveView / Livewire / htmx | abap2UI5 | UI5 Freestyle | RAP (Fiori Elements) |
1212
|---------------------------|------------------------------------------------------|----------------------------------------------------------------|-----------------------------------------------------------|------------------------------------------------------------|
@@ -20,7 +20,7 @@ abap2UI5 adapts this idea to the SAP world, allowing developers to build UI5 app
2020
| **Backend-driven flexibility** | Full flexibility, logic stays on server | Complete control in ABAP classes (Views, Models, Logic) | Backend delivers data only, UI logic in JS | Backend defines UI behavior via annotations, limited runtime flexibility |
2121
| **Custom UI controls** | Can be added via normal HTML/JS | Possible via Over-the-Wire delivery of JS/HTML | Developed separately, integrated in frontend | Limited to RAP-defined extensibility options |
2222

23-
#### What makes abap2UI5 different?
23+
### What makes abap2UI5 different?
2424

2525
While abap2UI5 follows the "Over the Wire" principle like LiveView, Livewire, and htmx, it is adapted to the SAP ecosystem:
2626

@@ -35,13 +35,13 @@ Compared to UI5 Freestyle and RAP:
3535
- UI logic and state remain entirely in ABAP, without maintaining separate frontend projects.
3636

3737

38-
#### Conclusion
38+
### Conclusion
3939

4040
abap2UI5 combines the simplicity of "HTML Over the Wire" with SAP UI5's capabilities — fully backend-driven, minimalistic, and flexible. It offers ABAP developers a way to build UI5 applications without the overhead of OData, CAP, or JavaScript-heavy frontend apps.
4141

4242
For developers used to SAP GUI or ALV-based programming, abap2UI5 feels familiar while embracing modern web technologies under the hood.
4343

44-
#### Further Reading
44+
### Further Reading
4545

4646
- [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html)
4747
- [Laravel Livewire](https://laravel-livewire.com/)

0 commit comments

Comments
 (0)