A singleton will work great as long as you link it into the main app. If you can't do that for some reason, then using a shared code module as described on my blog will likely work.
From: [email protected] [mailto:[email protected]] On Behalf Of Sceneshift Sent: Saturday, January 17, 2009 10:46 AM To: [email protected] Subject: [flexcoders] Modular applications and global config Hi there, I'm working on my first "larger scale" application and making use of the awesomeness that is modules. Normally, I have a single "config" singleton which I use to house all my application wide variables. Things such as user status and details, application wide paths and such. It seems using this class across modules isn't the best solution, and I find a singleton quite clunky sometimes. My question to you, is there a better way of storing this information which can be retrieved from anywhere in my application across all modules? -- View this message in context: http://www.nabble.com/Modular-applications-and-global-config-tp21519388p21519388.html Sent from the FlexCoders mailing list archive at Nabble.com.

