Skip to content

Commit e1a2dfd

Browse files
authored
Update comparison.md
1 parent f8ea6ed commit e1a2dfd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/advanced/technical/comparison.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This page compares **abap2UI5** with both:
66

77
The goal is to show how abap2UI5 combines Over-the-Wire simplicity with SAP-specific technologies, offering a lightweight alternative for UI5 development.
88

9-
---
10-
119
## 1. abap2UI5 vs LiveView, Livewire & htmx
1210

1311
| Concept | LiveView / Livewire / htmx | abap2UI5 |
@@ -23,8 +21,6 @@ The goal is to show how abap2UI5 combines Over-the-Wire simplicity with SAP-spec
2321

2422
> **Summary:** abap2UI5 applies the "HTML Over the Wire" principle to SAP UI5 applications. Like LiveView, Livewire, and htmx, it keeps state and logic on the server, simplifying frontend complexity. The difference: it leverages UI5 XML Views and integrates natively into ABAP workflows.
2523
26-
---
27-
2824
## 2. abap2UI5 vs SAP Freestyle UI5 & RAP
2925

3026
| Concept | abap2UI5 | UI5 Freestyle | RAP (Fiori Elements) |
@@ -41,8 +37,6 @@ The goal is to show how abap2UI5 combines Over-the-Wire simplicity with SAP-spec
4137

4238
> **Summary:** abap2UI5 avoids the complexity of OData, CDS, and separate frontend deployments. Unlike UI5 Freestyle (which requires full-stack JS development) and RAP (which follows strict structures), abap2UI5 allows for rapid, flexible UI5 development directly in ABAP — all in a single code line.
4339
44-
---
45-
4640
## Conclusion
4741

4842
abap2UI5 takes the best of the "HTML Over the Wire" philosophy and applies it to SAP UI5 development. It reduces the overhead of typical SAP frontend architectures by:

0 commit comments

Comments
 (0)