Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / How to get configuration data to proxies/delegates on: June 07, 2008, 06:44:57
Suppose you use an xml file to store configuration values for your app.  And a lot of the URL's used to access data are part of that configuration.  What is the recommended way to apply that configuration to a PureMVC based app?  Right now I am loading the configuration xml file using a proxy ( a startup proxy using the startup manager utility to be more specific).  Other proxies and delegates are the actors that will need the urls from the configuration.  So I have proxies accessing the configuration proxy.  Delegates don't have access to the Facade (and thus can't access the configuration proxy) so I was thinking the proxy might pass the url to the delegate.  I would like to hear other approaches to this problem.
2  Announcements and General Discussion / General Discussion / Re: PureMVC + Flexbuilder Project "Templates" on: June 07, 2008, 06:31:18
I'd like to know the same information... anyone??
Pages: [1]