RE: [flexcoders] FDS to CF RemoteObject

2007-03-16 Thread Darren Houle
adapter when the Flex client is compiled and served from the FDS server? Darren From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darren Houle Sent: Thursday, March 15, 2007 7:41 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS to CF RemoteObject Peter

RE: [flexcoders] FDS to CF RemoteObject

2007-03-15 Thread Peter Farland
In FDS 2.0.1 and CF 7.0.2 I would use the services-config.xml for the new Flex Data Management stuff, and just programmatically create a ChannelSet for my RemoteObject and avoid channel configuration for this simpler use case. For RPC services like RemoteObject, compiling against a config file is

RE: [flexcoders] FDS to CF RemoteObject

2007-03-15 Thread Darren Houle
on a paralell CF Ent server? Darren From: Peter Farland [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS to CF RemoteObject Date: Thu, 15 Mar 2007 13:32:43 -0700 In FDS 2.0.1 and CF 7.0.2 I would use the services-config.xml for the new

RE: [flexcoders] FDS to CF RemoteObject

2007-03-15 Thread Peter Farland
: [flexcoders] FDS to CF RemoteObject Peter, Awesome advice, yes, I've found several reasons I'd rather do it programatically. Thanks! But... my question still remains what channel(s), adapter(s), and destination setting(s) do I use (xml or programatically) to have my Flex client, served from