Skip to content

Commit 7554210

Browse files
authored
Update cloud.md
1 parent 9eecde3 commit 7554210

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/technical/cloud.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abap2UI5 can be installed on:
3333

3434
#### Are abap2UI5 apps Cloud Ready?
3535

36-
It depends on how the app is developed.
36+
Yes and no - it depends on how the app is developed.
3737

3838
While the framework is cloud ready, each individual app must follow the same development principles to be considered cloud ready.
3939

@@ -48,12 +48,13 @@ Example (not cloud-ready):
4848
test
4949
```
5050

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.
5252

5353
#### Do I Have to Use RAP to Be Cloud Ready?
5454

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:
5758
- CDS Views for data modeling
5859
- Behavior Definitions for logic and validations
5960
- OData Services for communication

0 commit comments

Comments
 (0)