CFAjax |
techscreencast.com (Quality Technical Screencast) |
| [ Home ] [ Examples ] [ Project / Download ] [ FAQ / How To] [ Docs/Articles] [ About Me ] |
|
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 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 you can create highly interactive websites with greater performance and usability.
CFAjax - Examples
Other Ajax - Examples
DownloadVisit the project page to download CFAjax, you will also find installation instruction on how to use CFAjax along with ready to use examples. also visit CFjax Wiki for documentation. News / Release Notes / UpdatesNov 21st 2005 - CFAjax Authentication framework.Oct 26th 2005 - CFAjax suggest component added. Jul 6th 2005 - Example on how to use Rico Accordian component added. Jul 2nd 2005 - CFAjax 1.2 released. Jul 1st 2005 - Added Yahoo RSS reader application using CFAjax May 26th 2005 - Added voting application using CFAjax Sites using CFAjax
Discussion Forum Messages : http://groups.yahoo.com/group/cfajax/
Inspiration / Help / Thanks
CFAjax is based on DWR project created by
Joe Walker. DWR Ajax implementation provides mechanism for making remote calls on java object
|