As I am updating the starting mechanism to be simpler and more robust, I
notice that the path to the Configuration file is always XapConfig.
I would like to give the developer the options to modify this. The
reason being, if the user is doing a mashup and has multiple
applications with-in the same screen or even multiple applications with
in the same web app like our samples, it is difficult to isolate the
config files.
Proposal
createApplication({configPath:"lib/XapConfig.js"});
or embedded in the HTML
<div configPath="lib/XapConfig.js"/>
Bob(Buffone)