File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ abap2UI5 can be installed on:
33
33
34
34
#### Are abap2UI5 apps Cloud Ready?
35
35
36
- It depends on how the app is developed.
36
+ Yes and no - it depends on how the app is developed.
37
37
38
38
While the framework is cloud ready, each individual app must follow the same development principles to be considered cloud ready.
39
39
@@ -48,12 +48,13 @@ Example (not cloud-ready):
48
48
test
49
49
```
50
50
51
- Always follow cloud-ready development principles to ensure your apps are portable, upgrade-stable, and suitable for ABAP Cloud environments.
51
+ So always follow cloud-ready development principles to ensure your apps are portable, upgrade-stable, and suitable for ABAP Cloud environments.
52
52
53
53
#### Do I Have to Use RAP to Be Cloud Ready?
54
54
55
- No. RAP (RESTful Application Programming Model) is SAP’s recommended model for building cloud-native apps, but it’s not mandatory.
56
- RAP is based on:
55
+ No - RAP is not mandantory.
56
+
57
+ RAP (RESTful Application Programming Model) is SAP’s recommended model for building cloud-native applications. It is based on:
57
58
- CDS Views for data modeling
58
59
- Behavior Definitions for logic and validations
59
60
- OData Services for communication
You can’t perform that action at this time.
0 commit comments