Описание тега sapui5

This tag 'sapui5' covers both the Dec 2013 open sourced version of the toolkit, commonly known as "OpenUI5", and also the original licensed version "SAPUI5". The "SAP UI development toolkit for HTML5" (SAPUI5) is a user interface technology that is used to build and adapt client applications. The SAPUI5 runtime is a client-side HTML5 rendering library with a rich set of controls and a lightweight programming model.

The SAP UI development toolkit for HTML5 is a user interface technology that is used to build single page applications (SPA). The runtime is a client-side HTML5 rendering library with a rich set of controls and a lightweight programming model.

There are two flavors: OpenUI5 (the open sourced version) and SAPUI5 (the original licensed version). Both have the same technical core mechanisms and are collectively referred to as UI5.

https://stackru.com/images/276980c69a492f383fccfbe79e694cb891e24138.png

UI5 provides many features to enable you to easily create and extend state-of-the-art user interfaces:

  • It supports RIA like client-side features based on JavaScript
  • It supports CSS3 which allows you to adapt themes to your company's branding in an effective manner
  • It is built upon extensibility concepts at code and application level
  • It offers i18n support
  • It offers responsive controls to create platform independent UI declaratively with less effort
  • It features the Fiori Design language that is based on extensive UX research
  • It supports one-time, one-way, and two-way data binding, enabling MV* pattern
  • It supports OData (V2 and V4) as well as FHIR out of the box
  • It complies with accessibility standards such as WCAG 2.1

You can get your first UI5 page started here. Also for more information, see the developer guide and API reference available in the respective SDK references:

Demo Apps can be found here.


###Related tags