Skip to content

Commit 4c2c57c

Browse files
authored
Refine performance description in about.md
Enhanced the performance section to emphasize the power of the ABAP backend.
1 parent 806681e commit 4c2c57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Each application is packaged as an abapGit project, simplifying installation acr
4848
abap2UI5 employs a "thin frontend" approach – all processing, logic, and data management stays in the backend. This design simplifies configuration, minimizes client-side complexity (no cache clearing hassles), and ensures business logic and sensitive data remain securely on the server.
4949

5050
##### Performance
51-
The frontend focuses exclusively on UI rendering via the UI5 framework, while the ABAP backend handles all processing. Unlike traditional UI5 applications requiring separate OData calls for each view, abap2UI5 delivers XML views with data already embedded – significantly reducing network round trips and accelerating response times.
51+
The frontend focuses exclusively on UI rendering via the UI5 framework, while the powerful ABAP backend handles all processing. Unlike traditional UI5 applications requiring separate OData calls for each view, abap2UI5 delivers XML views with data already embedded – significantly reducing network round trips and accelerating response times.
5252

5353
##### Security
5454
All business logic remains exclusively in the ABAP backend. The frontend receives only data populated directly in XML views. Unlike traditional UI5 applications that expose OData endpoints, abap2UI5 delivers only the specific data users need – eliminating access to raw services or database queries through external tools.

0 commit comments

Comments
 (0)