If you are like me, you will not shy away from exploring new technologies. AJAX is becoming more and more popular among web developers. If you use ColdFusion and would like to take advantage of all the cool things AJAX can do, CFAjax is for you.
CFAjax is the AJAX implementation for ColdFusion. It makes ColdFusion method calls on the server directly from HTML page using JavaScript and returns back the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple ColdFusion implementation that marshal’s the response between your ColdFusion methods and your HTML page.
Related articles:
Filed in ColdFusion on 30 Jun 05 | Tags: ajax
check out ajaxCFC, a component basec cf+ajax framework.
http://www.robgonda.com/blog/projects/ajaxcfc/
Check out JSMX. A very lightweight alternative to CFAjax. It’s extremely simple to implement and makes Ajax development a snap.
JSMX