Search code examples
odatasapui5sap-cloud-platform

In eclipse (sapui5 application ) Deploying in hana cloud portal


Part1 From eclipse When I deploy it(Sapui5 application) I see the application deployed in hana cloud portal

I see application in java applications--Categery

My doubt is why it is not deployed in HTML5 applications category? What is the difference in between this both?

Part2

Can I now use the odata servise from the HCP account(I registed the system in hcp account) to ecclipse.


Solution

    1. HTML5 section used mostly for client-side applications developed in WEB IDE. You created a SAPUI5 application which has, I assume, both client and server sides. This type of projects go to Java applications section.

    2. Refer to this example of using Northwind OData service.