SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

SAPUI5 Bootstrapping

Bootstrapping in SAPUI5 is the process of loading and initializing the SAPUI5 runtime so that its features can be used in an application. A developer typically triggers bootstrapping by including a <script> tag that references the SAPUI5 core library, with configuration options supplied as attributes or via a dedicated configuration object. SAPUI5 supports multiple bootstrapping variants, such as the standard variant and the noJQuery variant, the latter of which allows bootstrapping without loading jQuery as part of the process. The runtime can be further tailored through several configuration options provided by SAPUI5 to control its behavior after initialization.

Tutorials that teach this

Docs explaining this concept

Prerequisites

Concepts that build on this