January 17th, 2006
AjaxCFC
AjaxCFC is an Ajax Framework for ColdFusion from Rob Gonda. Well, my reaction after going through it was AWESOME and huge thanks to it, lately have been able to finish up a small Messaging System integrated inside one of a Rich Internet Application, Live Speed Dating.
With AjaxCFC, a generic ColdFusion Component using the facade pattern was created which contains all the methods for the Messaging System. It made it so easy for me that I had to just take care of the functionality of a single method; DWREngine._execute() with the respective arguments. This is the method which handles passing of the data and also the method calls to ColdFusion. The arguments required are also quite simple and easy even for a newbie to understand.
(more…)