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.
Possibly related:
- Ajax bathroom cleaner and more
- XML configuration files used in ColdFusion MX
- Web 2.0, vyew, buzzshout and AJAX
- New look and features
- Read XML from an HTTP POST
Tagged ajax | Post a Comment


















check out ajaxCFC, a component basec cf+ajax framework.
http://www.robgonda.com/blog/projects/ajaxcfc/
December 8th, 2005, at 8:27 pm #Check out JSMX. A very lightweight alternative to CFAjax. It’s extremely simple to implement and makes Ajax development a snap.
JSMX
April 15th, 2006, at 9:24 pm #