cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse Versus SAP WEB IDE

Former Member
0 Kudos

What is the utility of SAP WEB IDE ?

How is SAP WEB IDE different from Eclipse?

When to use Eclipse and when to use SAP WEB IDE?

Rgds

Saket

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Suppose if I have to create a custom SAPUI5 application. The eclipse provides me with the wizard to create a SAPUI5 Application Project which would create the Project with a view etc.

The view would get created with a corresponding method and with the hook methods.

Does the WEB IDE also creates the hook methods and rest

Virinchy
Active Contributor
0 Kudos

Saket ,

Yes Indeed, The basic structure of the project would be created just as in eclipse and the type of the view can be selected , to develop a custom UI5 application from scratch. Also all the relevant api/methods  for the particular view/controller along with api documentations,code suggestions are  during the development.


FIG 1 : Selection of View Type when creating a new UI5 project.

FIG 2: Project created with the relevant methods for View and Controller

Almost all the features of eclipse are in WEBIDE , along with more additional functionality and advancements in developing the applications saving a lot of time and efforts for developers.

There are a great series of videos on WEBIDE here.

Regards

Virinchy

midhun_vp
Active Contributor
0 Kudos

Hi Saket,

It's your choice which IDE to use for development.

Web IDE lets you rapidly design, develop, build and deploy SAPUI5 based apps. It has a growing set of tools covering the end to end process. SAP Web IDE outweigh Eclipse in terms of SAPUI5 app development tools (Web IDE features and free trial)

Recently support for hybrid mobile app development was added in Web IDE:

Regards, Midhun

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Thanks for the response.

In case I have to create a custom SAPUI5 application adhering to the best practices as mentioned in the SAPUI5 SDK .

Does the ctrl + space gives all the relevant methods for oData or other model objects in the WEB IDE

In which case why would we need eclipse at all and be always engaged and concerned abt the java versions and others.

Virinchy
Active Contributor
0 Kudos

Hi Saket,

Of course CTRL+SPACE would eventually work in WEB IDE for the api reference in UI5 apps development. Its an IDE at the end of the day and would ease the development process for developers. Added is a screenshot from WEB IDE while developing a simple custom UI5 application,in which we can the see suggestions of all the relevant methods from the API docs.

WEB IDE is just a piece of cake for UI5 and relevant apps development with hassle free from version upgrades, maintenance , Team collaboration , Plugin Installs, and much other work , the developers , need to take care of apart from the actual development of the application.

Regards

Virinchy