Note: Many of our articles have direct quotes from sources you can cite, within the Wikipedia article! This article doesn't yet, but we're working on it! See more info or our list of citable articles.
AjaxCFC is a
ColdFusion
framework developed by Rob Gonda 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.
Integration with Model-Glue and MachII,
two of the most popular MVC frameworks widely used by the
ColdFusion community.
Works with ColdFusion MX 6.0, 6,1, 7.0,
7.1, and Blue Dragon.
Automatically handles complex object
transmitted from the client to the server and vice versa.
Server
returns pure JavaScript code to the callback handler (instead of
XML or JSON) to vastly improve performance.
Optional use of XML
Sockets to push data from the server.