Skip to content

Boilerplate SAPUI5 Fiori-style app using new Component model ( > 1.16 )

Notifications You must be signed in to change notification settings

js1972/SAPUI5-Fiori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic sap.m app using new Component model (> 1.16)

Code formatting convention: 4 spaces for html and javascript.

Notes:

  1. As-is this app makes a GET request to a non-existent Component-preload.js file in the apps root directory. If you add sap-ui-preload="auto" to the URL this GET request goes away! Strangely - adding it as data-sap-ui-preload="auto" to the bootstrap script does not make it go away.
  2. Properties files. Even though we use messageBundle.properties to store texts, sapui5 still makes GET requests for more specific language files: messageBundle.en_US.properties and messageBundle.en.properties. Strangely it also looks for a messagebundle.en_US.properties file with a lowever case "b" even though we do not specify this name (in the sapui5 resources directory)! This issue can be eliminated by deploying the app as a java web archive (WAR) where the Resource Proxy servlet is used. See online help.

SAP Online Help 7.40 for SAPUI5

About

Boilerplate SAPUI5 Fiori-style app using new Component model ( > 1.16 )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published