May 2019
Beginner to intermediate
548 pages
12h 39m
English
The manifest.json file is the main descriptor file of the application. Due to a large number of possible settings, only the most relevant parts will be covered here. A more detailed description is available in the SAPUI5 reference.
Going section by section, as it is a large JSON object, the file configures the application in several ways. The "sap.app" section contains basic information about the sources to which the application refers—the internationalization (i18n) files' locations, OData services, and static data sources (JSON files). The application name, title, id, version, and others can also be listed. The sample "sap.app" part with a basic configuration is shown as follows:
"sap.app":{ "_version":"1.0.0", "id":"appId", ...Read now
Unlock full access