RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-12 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Tuesday, July 11, 2006 11:29 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm ServiceLocator and FDS This one's long! Before I gave up on FDS, I had a few ideas that seemed to work, but were

Re: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-12 Thread JesterXL
Yeah, sounds like what you have for DataService works. I haven't spent time with DataService. - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:11 AM Subject: RE: [flexcoders] Cairngorm ServiceLocator and FDS

Re: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread JesterXL
Add this function to Cairngorm's ServiceLocator and it'll work: public function getMessageAgent ( serviceId : String ) : mx.messenging.MessageAgent { if ( this[ serviceId ] == undefined ) throw new Error( No MessageAgent found for service name + serviceId );

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread João Fernandes
Mike look this post: http://weblogs.macromedia.com/pmartin/archives/2006/06/cairngorm_2_sec.cfm DestinationLocator extends serviceLocator so you can replace your serviceLocator tags in your services.mxml for destinationLocator and put there your DataServices then use

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Steven Webster
Mike look this post: http://weblogs.macromedia.com/pmartin/archives/2006/06/cairngo rm_2_sec.cfm DestinationLocator extends serviceLocator so you can replace your serviceLocator tags in your services.mxml for destinationLocator and put there your DataServices then use

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Steven Webster
Hey Mike, So that's an interesting question you ask; our intention for ServiceLocator is support for the RPC services in Flex ... at least that is the heritage of the ServiceLocator from Flex 1.5, and that's how we've personally been using it in Flex 2. For the Flex Data Services apps

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread João Fernandes
: [flexcoders] Cairngorm ServiceLocator and FDS Hey Mike, So that's an interesting question you ask; our intention for ServiceLocator is support for the RPC services in Flex ... at least that is the heritage of the ServiceLocator from Flex 1.5, and that's how we've personally been using it in Flex 2

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Bjorn Schultheiss
QDC Technologies -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Wednesday, 12 July 2006 8:43 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm ServiceLocator and FDS Steven, I can understand your

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Dimitrios Gianninas
t, so still thinking Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven WebsterSent: Tuesday, July 11, 2006 5:32 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm ServiceLocator and FDS

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Tuesday, July 11, 2006 9:05 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm ServiceLocator and FDS Glad to see I'm not crazy :) With this thread this afternoon, I was like "

Re: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread JesterXL
n more into the GUI design realm as of late. Hopefully these ideas spark more and/or better ones or discussion at least. - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Tuesday, July 11, 2006 9:22 PM Subject: RE: [flexcoders] Cairngorm ServiceLocato