ColdFusion + AJAX = CFAjax

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:


Tagged | Post a Comment