Is it possible to get property defined in the .application from within the Global Object? Since the instantiation of the Global object is done by the framework with a no argument constructor, I want to find a way to create Global with some initial properties. I tried the createGlobal() via the my own Engine. The problem is when the Home page has reference to a Global object property , it is already too late. Here is what I hope to achive: Put global property in the .application and have the property initialize the Global object. Any suggestion is greatly appreciated.