We are developing an Enterprise application using SAPUI5 as Front-end and all the services will be published as Rest using SAP Gateway. I am designing to split the app as modules. Based on the user login info we will identify the roles and need to load the corresponding module. The basic idea was instead of loading all the JavaScript files I want group them as modules and load the module when required at run time. I don't find any real good example in scn or in google for reference. If any one followed this Modularization approach provide me the guidance/example for designing the Application.
↧