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
+5-5Lines changed: 5 additions & 5 deletions
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! By leveraging the power of the ABAP backend for most processes, it ensures faster execution compared to client-side operations. The frontend focuses solely on rendering UI via the UI5 framework.
25
+
abap2UI5 is fast! By leveraging the power of the ABAP backend for most processes, it ensures faster execution compared to UI5 Freestyle applications or others client-side frameworks. The frontend focuses solely on rendering UI via the UI5 framework.
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.
@@ -35,11 +35,11 @@ abap2UI5 is compatible with both ABAP Cloud and Standard ABAP, supporting all AB
35
35
36
36
##### Installation
37
37
Installing abap2UI5 is easy:
38
-
1. Import the framework via abapGit
38
+
1. Import the project via abapGit
39
39
2. Create a new HTTP service to establish browser communication
40
40
3. Start developing!
41
41
42
-
No additional deployment steps are needed.
42
+
No additional deployment or configuration steps are needed.
43
43
44
44
##### ABAP Cloud
45
45
abap2UI5 uses only released APIs, making it suitable for both on-stack and side-by-side extensions in ABAP for Cloud. You can use modern ABAP syntax features like CDS, ABAP SQL, and EML within your app.
@@ -51,13 +51,13 @@ By relying only on released APIs, abap2UI5 ensures that your applications remain
51
51
The framework does not rely on newer ABAP syntax features, ensuring compatibility with on-premise and R/3 NetWeaver systems. A downported version is available for systems running ABAP versions earlier than 7.50.
52
52
53
53
##### Security
54
-
With complete control over HTTP handler configuration, you maintain oversight of all external communication, ensuring security.
54
+
With complete control over HTTP handler configuration, you maintain oversight of all external communication like in any other UI5 app. Additionally, abap2UI5 apps contain all business logic fully in the backend, ensuring highest level of security.
55
55
56
56
##### Transparency
57
57
Transparency is a core principle of abap2UI5. The entire source code is publicly accessible, key concepts are explained in blog posts, and issues are openly discussed. Urgent changes are promptly implemented and distributed via abapGit.
58
58
59
59
##### Enterprise Ready
60
-
This framework is specifically tailored to meet the needs of ABAP developers building business applications. By leveraging SAP’s UI5 framework for the frontend and adhering to clean core principles on the backend with SAP’s ABAP language, abap2UI5 provides an enterprise-ready way to create software compatible to a wide range of SAP products.
60
+
This framework is specifically tailored to meet the needs of ABAP developers building business applications. By leveraging SAP’s UI5 framework for the frontend and adhering to clean core principles on the backend with SAP’s ABAP language, abap2UI5 provides an enterprise-ready way to create software compatible with a wide range of SAP products.
61
61
62
62
##### Productive Usage
63
63
abap2UI5 can be used like any other UI5 app or ABAP program in a productive environment. Simply add the framework and your apps to a transport request to deploy them to your productive system.
0 commit comments