Ajax is basically asynchronous calls to the server using JavaScript and loads the data in bits and pieces as needed.
CFAjax is the AJAX implementation for ColdFusion. It makes coldfusion method calls on server directly from HTML page using JavaScript and return backs the result to the calling HTML page. CFAjax comes with simple to use JavaScript API and simple coldfusion implementation that marshals the response between your CF methods and HTML page.
Jacob Munson created an excellent CFAjax application that searches thru ColdFusion tags and functions. It uses the type ahead technology to guess what you want, as you type. Check it out here.
You can also find other CFAjax examples and downloads at indiankey.com.
Recent Comments