sap web ide product benefits

Upload: amon-simelane

Post on 04-Mar-2016

218 views

Category:

Documents


0 download

DESCRIPTION

SAP Web IDE Product Benefits

TRANSCRIPT

  • Product benefits

    ? Develop once, deploy everywhere & run on anydevice- mobile, tablet, desktop? Reduces cost, complexity and effort through cloud-based offering (zero installation)? Increases developer productivity by simplifyingdevelopment to create apps faster? Enables business experts and designers via highlyefficient tools? Improves team productivity with the ability to codeand collaborate anywhere? Profit from code templates and SAP best practicesto rapidly build applications

    Templates for creating and extending projects? New project: Empty SAPUI5 Application template SAP Fiori Application template SAP Web IDE Plugin Development templates? Extensibility of SAPUI5 applications: Create extension project Extend controller Hide a control Extend a view Replace a view Replace a service Customize text of i18n resources Add new views to existing project

    Source code is stored in Git repositories? Every developer has a local clone of a central remoterepository. Clone is only executed initially to createthe local Git repository. (If clone is executed again,then local Git repository will be overridden)? A specific state of the repository is checked out intothe developers workspace? Changes are collected in commits (? ABAP transport)? Commits can be pushed to and fetched from theremote repository? Git allows to branch or the merge branches at anytime