You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get_started/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Each application is supported as an abapGit project, simplifying installation ac
22
22
abap2UI5 employs a "thin frontend" approach, with all processing, logic, and data management handled in the backend. This design simplifies configuration, minimizes client-side actions (such as clearing caches), and ensures that business logic and sensitive data remain securely on the server.
23
23
24
24
##### Performance
25
-
abap2UI5 is fast. Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side processing.
25
+
abap2UI5 is fast. Almost everything is processed in the backend, leveraging the ABAP stack, which performs significantly faster than client-side processing. Frontend logic is kept to a minimum: everything is passed directly to the UI5 framework, focusing solely on UI rendering.
26
26
27
27
##### System Footprint
28
28
The abap2UI5 system footprint is kept as small as possible including only essential classes and interfaces in the base version. Additional functionality can be added by installing optional addons.
0 commit comments