Most of my apps use multiple clients. I many times have a serviceProxy and remotingProxy. At a real basic level the remotingProxy mirrors whatever I need in the serviceProxy as remote methods. The service layer can be RESTful (put/get/post/delete), as Andrew suggested, or can be regular methods depending ont he needs of your application. What the blog post shows I how to package up your data using data transfer objects.
Nic On 2/28/11 8:49 PM, "Bryan Stevenson" <br...@electricedgesystems.com> wrote: > >....and it was the "accessor" stuff that lost me ;-) > >In simple terms are you talking about a single CFC that all other CFC >calls pass-through? I've heard that called a "facade", but whatever you >call it, it is a way of not requiring all CFCs to be of accessType >remote when using AJAX_CFC for example (at least that's what I do). > >The idea is that you pass the component and method name you want to call >and all other args are passed as part of the arg collection to the >target CFC. > >Any real code samples you know of? > >TIA > >Cheers > >On Mon, 2011-02-28 at 20:34 -0500, Nicholas Tunney wrote: > >> The article is about CF 9 ORM, but the pattern remains the same. The >>ORM >> methods are generated in cf9, but in CF8 your objects would probably >>still >> have the same accessor methods. >> >> Nic >> >> On 2/28/11 8:01 PM, "Bryan Stevenson" <br...@electricedgesystems.com> >> wrote: >> >> > >> >Oops....one last thing for now I think Nic.... >> > >> >The article seems to perhaps be more about CF 9 and ORM than Flex and >> >CF....is that a safe assumption? >> > >> >I'm asking because I'm stuck on CF 8 for the time being and hoping to >> >avoid confusion between what I'm trying to do and what CF 9 can do ;-) >> > >> >Cheers >> >-- >> > >> > >> >Bryan Stevenson B.Comm. >> >VP & Director of E-Commerce Development >> >Electric Edge Systems Group Inc. >> >phone: 250.480.0642 >> >fax: 250.480.1264 >> >cell: 250.920.8830 >> >e-mail: br...@electricedgesystems.com >> >web: www.electricedgesystems.com >> > >> >Notice: >> >This message, including any attachments, is confidential and may >>contain >> >information that is privileged or exempt from disclosure. It is >>intended >> >only for the person to whom it is addressed unless expressly authorized >> >otherwise by the sender. If you are not an authorized recipient, please >> >notify the sender immediately and permanently destroy all copies of >>this >> >message and attachments. >> >Please consider the environment before printing this e-mail >> > >> > >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342628 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm