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: tutorials/xsa-html5-module/xsa-html5-module.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You will learn how to create an HTML5 endpoint with authentication using the Use
24
24
25
25
[ACCORDION-BEGIN [Step 1: ](Add the HTML5 Module in your existing MTA project)]
26
26
27
-
> ***What is a Multi-Target Application?***: The XS Advanced application platform is based on >Cloud Foundry, an open-source platform that provides a layer of abstraction between your application and the underlying infrastructure. This is useful because it allows you to deploy the same application in different cloud providers. Cloud Foundry allows for a micro-service approach. A Multi-Target Application allows you to bundle all the different micro-services conforming `your business application into the same lifecycle`. For more information about multi-target applications (MTA), refer to [this blog post](https://blogs.sap.com/2017/09/05/xs-advanced-for-not-so-dummies-pt-2-multi-target-applications/).
27
+
> ***What is a Multi-Target Application?***: The XS Advanced application platform is based on Cloud Foundry, an open-source platform that provides a layer of abstraction between your application and the underlying infrastructure. This is useful because it allows you to deploy the same application in different cloud providers. Cloud Foundry allows for a micro-service approach. A Multi-Target Application allows you to bundle all the different micro-services conforming `your business application into the same lifecycle`. For more information about multi-target applications (MTA), refer to [this blog post](https://blogs.sap.com/2017/09/05/xs-advanced-for-not-so-dummies-pt-2-multi-target-applications/).
28
28
29
29
Begin by right-clicking on your project and then choosing `New -> HTML5 Module`
30
30
@@ -77,26 +77,25 @@ Click **Finish** and you will see your instance is created.
77
77
78
78
Alternatively, if you do not have the XS Advanced Cockpit in your server, you can use the Command Line Interface:
79
79
80
-
- This can be downloaded from the SAP HANA Developer Edition directly, using the Download Manager and choosing "Clients" from the [SAP HANA, Express Edition, getting started](https://www.sap.com/developer/topics/sap-hana-express.html) or via the [SAP Service Marketplace](https://websmp208.sap-ag.de/~SAPIDP/002006825000000234912001E)
80
+
This can be downloaded from the SAP HANA Developer Edition directly, using the Download Manager and choosing "Clients" from the [SAP HANA, Express Edition, getting started](https://www.sap.com/developer/topics/sap-hana-express.html) or via the [SAP Service Marketplace](https://websmp208.sap-ag.de/~SAPIDP/002006825000000234912001E)
81
81
82
-
```
83
-
xs login -a http://<hostname>:3XX30 -o HANAExpress -s development -u XSA_ADMIN
84
-
```
85
-
86
-
If you are not using HANA Express, change the organization (`HANAExpress`), space (`development`) and user (`XSA_DEV`) accordingly. The API endpoint may also be different.
82
+
```
83
+
xs login -a http://<hostname>:3XX30 -o HANAExpress -s development -u XSA_ADMIN
84
+
```
87
85
88
-
The space has to match the space that was setup in the Project Settings. You can check it by right-clicking on the repository folder and opening "Project Settings"
86
+
If you are not using HANA Express, change the organization (`HANAExpress`), space (`development`) and user (`XSA_DEV`) accordingly. The API endpoint may also be different.
89
87
88
+
The space has to match the space that was setup in the Project Settings. You can check it by right-clicking on the repository folder and opening "Project Settings"
90
89
91
-

92
-
To create the UAA service issue the following command:
90
+

93
91
94
-
```
95
-
xs create-service xsuaa space APP_UAA
92
+
To create the UAA service issue the following command:
96
93
97
-
```
94
+
```
95
+
xs create-service xsuaa space APP_UAA
96
+
```
98
97
99
-

98
+

100
99
101
100
[DONE]
102
101
@@ -134,7 +133,6 @@ Open the `Code Editor` tab in the bottom to see the actual contents of the `mta
0 commit comments