RE: [flexcoders] runtime configuration

2007-02-14 Thread Dimitrios Gianninas
, February 14, 2007 9:19 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] runtime configuration yeah, that just seems a bit "re-invent the wheel" since you come up with your own xml format, then a helper class to get the data and also something thats environment aware (pr

RE: [flexcoders] runtime configuration

2007-02-14 Thread Grant Davies
<http://www.bluetube.com/bti> > A Tribal Chicken Designs Affiliate <http://www.tribalchicken.com/> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Wednesday, February 14, 2007 9:12 AM To: fl

RE: [flexcoders] runtime configuration

2007-02-14 Thread Dimitrios Gianninas
Put all the config you want in an XML file and then use the component to load the XML file at any time. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Grant Davies Sent: Tuesda

Re: [flexcoders] runtime configuration

2007-02-13 Thread Bjorn Schultheiss
I guess you could still employ the ServiceLocator out of Cairngorm alone to solve this. Then perhaps load the server prefix ('http://myserver:port/') at runtime, via xml or whatever. Bjorn On 14/02/2007, at 12:48 PM, Grant Davies wrote: Is there a practice or class for runtime config of