Description:

AJAX is Asynchronous Javascript and XML. It is not a technology, but an umbrella that combines several concepts to enrich user experience by allowing server interaction without refreshing the browser.

AjaxCFC is a Coldfusion framework meant to speed up ajax application development and deployment by providing developers seamless integration between Javascript and Coldfusion, and providing built-in functions, such as security and debugging, to quickly adapt to any type of environment and helping to overcome cross-browser compatibility problems.

* Coldfusion components following the best practices of object oriented programming and design patterns. Programming with ajaxCFC involves extending components and creating your own ajax façades.
* Intergration with Model-Glue and Mach-II, two of the most popular MVC frameworks widely used by the Coldfusion community.
* Works with Coldfusion MX 6.0, 6,1, 7.0, Scorpio, and Blue Dragon.
* Automatically handles complex object transmitted from the client to the server and vice versa.
* Configurable to serialize using pure Javascript, JSON, or WDDX.
* Integrated with log4javascript for easy debugging.
* Integration with DWR and jQuery.
* Automated error trapping.
* Licensed under the Apache License Version 2.0, by Rob Gonda.

Public SVN Repo:

http://www.ajaxcfc.com/svn

Public Trac:

http://www.ajaxcfc.com/trac

Discussion group:

http://tech.groups.yahoo.com/group/ajaxcfc/

Requirements:

Coldfusion MX 6.0, 6,1, 7.0.x, 8.0, Blue Dragon.