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.

