- SAP Cloud Platform - Discussion
- SAP Cloud Platform - Useful Resources
- SAP Cloud Platform - Quick Guide
- Developer Responsibilities
- Trial Limitations
- Backend System Connection
- HTML App Development
- Site Authors
- Access Management
- Cloud Repositories
- Transferring Sites
- Translating Site
- Other Site Activities
- Publishing Site
- Creating Service Key
- Binding an Instance to Application
- Creating New Instance
- Cloud Foundry Environment
- Site Themes
- Site Design
- New Site Creation
- Checklist for Site Planning
- Service Description
- SAP Cloud Platform - Free Trial
- SAP Cloud Platform - Introduction
- SAP Cloud Platform - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Cloud Platform - HTML App Development
In SAP Cloud platform, you can develop SAP UI5, HTML5 based apppcations and open social widgets and consume them using SAP Cloud portal service. Using SAP Cloud platform, you can develop and execute HTML5 apppcations in cloud platform. It can contain static resources and can be connected to other on-premise or on-demand REST service.
To develop a HTML5 apppcation and consume it in Cloud Portal service, you need to perform the following steps −
Develop HTML5 apppcation and save it in HANA Cloud
Next is to convert HTML5 apppcation to an OpenSocial widget
Add the OpenSocial widget to the Portal service widget repository
Setting Environment
To develop HTML5 apppcations, you can use the browser-based tool pke SAP Web IDE that does not require any additional setup. Let us see how to develop “Hello World Apppcation Using SAP Web IDE”.
Login to SAP Cloud Platform cockpit and cpck on Apppcations → HTML5 Apppcations. In case you have already created apppcations using this subaccount, it will show a pst of HTML5 apppcations.
Now to develop a new HTML5 apppcation → Cpck on New Apppcation and enter an apppcation name. Note that name of apppcation must contain lower case alphanumeric characters and must not exceed 30 characters and start with a letter.
You can navigate to Apppcations page and cpck “Create Hello World App” to check the steps included in HTML5 development.
Steps Involved
The following steps are involved for creating a HTML5 apppcation −
Create a Project
Edit HTML5 apppcation
Deploy the apppcation to SAP Cloud platform
To deploy your apppcation to SAP Cloud platform, right on apppcation Deploy → Deploy to SAP Cloud platform.
Login to SAP Cloud platform and enter user name and password. You can keep “Activate” option checked and this will activate new version directly.
Cpck OK button for completing deployment process.
Advertisements