Asynchronous JavaScript and XML. It's a whole new way of looking at the web where HTML page makes asynchronous calls to the server using JavaScript and loads the data in bits and pieces as needed. Ajax is not a new technology. It’s a new developing approach, based on the following existing technologies: XHTML, CSS, DOM, XML, XSLT and XMLHttpRequest. Read more – ‘Coldfusion AJAX Frameworks’.
With the introduction of ColdFusion MX, the ColdFusion community is maturing. Most CF developers have moved beyond spaghetti code and the mixing of business logic with presentation code. But it can be difficult and wasteful to "re-invent the wheel" for every application you write. Frameworks can help promote good development practices, standards, and a sound foundation for creating an application. Read more – ‘ColdFusion Frameworks’.
The Fusedoc is a standardized way of documenting our code so that all members of the web team can more quickly and efficiently create and maintain ColdFusion templates. Read more – ‘Fusedocs’.
The onTap framework is an Open Source Framework for quickly developing powerful web applications using Macromedia's ColdFusion application server. Read more – ‘onTap – Web Application Framework’.
Application developers face a daunting task: they must translate the often fuzzily-defined requirements for a new application into the rigid language of computers. Read more – ‘Fusebox – Web Application Framework’.
Model-Glue is an Implicit Invocation framework simplifying use of the Model View Controller design pattern in ColdFusion applications. It's designed to be easy to use and play well with others, like Tartan. Read more – ‘Model-Glue – Web Application Framework’.
TheHub, like other application development frameworks, utilizes the notion of a central hub template that all requests for the application pass through. That cental hub is the point or place within the application that the processing of all code hinges upon. Read more – ‘TheHub – Web Application Framework’.