0

I am beginner in sapui5. My requirement is to build a Desktop application in SAPUI5 environment using HTML5 elements. What IDE can I use to build that. Please refer me some links which help me in that. Thanks in advance.

Siva Ganesh
  • 45
  • 2
  • 10

2 Answers2

1

First get Eclipse Juno... then-

Go to Help > Install New Software Go to Help > Install New Software

Select SAP Development Tools For Eclpse Juno Select SAP Development Tools For Eclpse Juno

Install.

All the best...

Tuhin
  • 3,335
  • 2
  • 16
  • 27
1

I´d recommend you to use Eclipse IDE for Java EE Developers since it supports SAPUI5 very well.

To get the SAPUI5 Tools available in your Eclipse IDE you can follow the UI5 Setup guide.

In addition I´d recommend you to setup auto completion for SAPUI5. This is described here.

If you like to have jQuery auto completion as well you can take a look at this post.

UPDATE:

If you prefer to develop with Sublime Text you can have a look at SublimeUI5, too.

Community
  • 1
  • 1
Tim Gerlach
  • 3,390
  • 3
  • 20
  • 39