Related Article(s): AjaxCFC ported to ExtJS
My integration of ExtJS, ajaxCFC and ColdFusion continues.
Note: This is for version 3.3.1. I've also been happily playing around with version 4, but until it's officially released, I must continue...
I've been using the AjaxCFC library for years. It's my preferred way of integrating Javascript and ColdFusion via AJAX. I've even modified it from its original form so that my implementation was strictly for integration with jQuery, only returns JSON...
Now that I can officially talk about Cairngorm 3, I thought I'd put some of my thoughts down (more for my future reference, but feel free to follow along).
Alex Uhlmann officially announced the release of Cairngorm 3 beta on October 5th, and from my...
Purpose
The intended purpose for the AbstractEvent class in Cairngorm was three-fold:
Reduce the number of files needed to manage business events by organizing Events into domains
Implement a callback feature so that a view can specify another...
Purpose
The intended purpose for the AbstractCommand class in Cairngorm is three-fold:
Further implementation of a callback feature - in conjunction with the AbstractEvent - so that a view can specify other actions to perform upon the successful...