I am using Ajax with one Fusebox and one Mach-II application and here is how I have approached it. I developed an AjaxFacade.cfc on my website root and every client side page that needed some Ajax, calls this CFC instead of calling the index.cfm. This way, since I was incorporating Ajax at the later stages on the project cycle, I do not have to change any layout or post process plugins etc. All methods in AjaxFacade.cfc have access attribute as 'remote' which in turn calls Service Layer CFCs
HTH, Thanks, Qasim On 6/23/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > >I have actually been taking apart the Mach-II + ajaxCFC demo, and have > come > > to the conclusion that I just don't get ajaxCFC. Ajax in my > understanding > > is supposed to be client-side JavaScript making asynchronous calls to > the > > backend server. So with this, where do CFCs come into play? Ajax > > frameworks like Prototype and Dojo just make a lot more sense to me. > > Jeff....the CFCs come into play on the server....that is "the backend > server" > you ask about ;-) > > The AJAX call calls a CFC!! > > 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: [EMAIL PROTECTED] > web: www.electricedgesystems.com > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244767 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

