Register Module Path & Component Conatiner
Hi all..
I have gone through the both sites(ondemand SDK ). but still i am finding it difficult to grasp the concept of register module path and
component container.
can any one explain me with an example.
Documentation/AdvancedTopics/ModularizationConcept – SAPUI5 Wiki (TIP CORE User Interface)
Regards/
Dipankar
Scott Stefanich replied
Hello Dipankar,
The modularization documentation you provided are excellent resources, yet as is often the case, perhaps more useful after the fact
Additionally, you may (or may not) find Eloquent JavaScript: Modules to be more general but helpful overview of modularization.
For specific examples, have you built the Best Practices Application, paying specific attention to resources and modules? As examples, the Step 1: Index describes resource roots. Step 3: Navigation and Routing describes how custom routing is performed by declaring and requiring a module.
Regards,
Scott