ColdFusion Main Ajax Main > ColdFusion Articles Ajax Articles > CFAjax
CFAjax= CF + AJAX
What is AJAX ?
Asynchronous JavaScript + 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 read more...
What is CFAjax?
CFAjax (ColdFusion Ajax) 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 marshal's the response between your CF methods and HTML page. Using CFAjax ( Ajax and ColdFusion) you can create highly interactive websites with greater performance and usability.
If you are looking for ajax Coldfusion programming or Ajax programming and ColdFusion web development, please contact us
Further Reading
ColdFusion Services section
Ajax services section - .Net and Coldfusion integrated with Ajax
ColdFusion articles.