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
.com [mailto:[EMAIL PROTECTED] On Behalf Of Grant Davies Sent: Tuesday, February 13, 2007 8:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] runtime configuration Is there a practice or class for runtime config of flex apps? I'd like to put all my HTTP service call urls in an x

RE: [flexcoders] runtime configuration

2007-02-14 Thread Dimitrios Gianninas
: Tuesday, February 13, 2007 8:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] runtime configuration Is there a practice or class for runtime config of flex apps? I'd like to put all my HTTP service call urls in an xml file and then pull out whats needed, is there some practise or

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

[flexcoders] runtime configuration

2007-02-13 Thread Grant Davies
Is there a practice or class for runtime config of flex apps? I'd like to put all my HTTP service call urls in an xml file and then pull out whats needed, is there some practise or class that handles this or am inventing the wheel ? We have a prototype, runs local and on the server and don't hav