AjaxCFC

November 17th, 2007 Arsen Posted in Patterns - Coldfusion |

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 MachII, 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 BlueDragon (all flavors except BD.NET, which currently has compatibility issues).
  • 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.
  • On-the-works: Built-in base64 and/or blowfish encryption.
  • Hosted now by Adobe’s RIAForge
  • Licensed under the Apache License Version 2.0, by Rob Gonda.

Leave a Reply