Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-10 Thread Tom Chiverton
On Thursday 05 Apr 2007, Adrian wrote: is possible to configure flex/CF to use a factory when translating* the .as instances to .cfc instances, instead of a plain createobject() call. Ah ha, right, with you now :-) You could do this in the endpoint CFC easily enough, no ? -- Tom Chiverton

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, keryking0 wrote: Does anyone know if its possible to configure flex /cold fusion to use a factory to create beans when using remoting, managed classes and aliases? You mean manager-type beans to do the work ? Sure look at things like ColdSpring. -- Tom Chiverton

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Adrian
Sure look at things like ColdSpring I don't *think* ColdSpring can do this in and of itself, I'll try to clarify my original question (I'll start at the beginning, please don't take offence if it sounds condescending!) Using Flex remoting, you can specify that an actionscript class instance

RE: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Peter Farland
adapter... but that adapter has no knowledge of CF). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Sent: Thursday, April 05, 2007 9:41 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex remoting, using a factory