CF+Ajax=CFAjax

AJAX是最近很火的东西,[URL=http://www.wikipedia.org]维基百科[/URL],自由的百科全书里面[URL=http://zh.wikipedia.org/wiki/AJAX]介绍[/URL]:

AJAX全称为“Asynchronous JavaScript and XML”(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术。它有机地组合了以下几种技术:

Ajax(Asynchronous JavaScript + XML)的定义

基于web标准(standards-based presentation)XHTML+CSS的表示;
使用 DOM(Document Object Model)进行动态显示及交互;
使用 XML 和 XSLT 进行数据交换及相关操作;
使用 XMLHttpRequest 进行异步数据查询、检索;
使用 JavaScript 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse James Garrett的原文
类似于DHTML或LAMP,AJAX不是指一种单一的技术,而是有机地利用了一系列相关的技术。事实上,一些基于AJAX的“派生/合成”式(derivative/composite)的技术正在出现,如“AFLAX”。

AJAX的应用使用支持以上技术的web浏览器作为运行平台。这些浏览器目前包括:Mozilla、Firefox、Internet Explorer、Opera、Konqueror及Safari。但是Opera不支持XSL格式对象,也不支持XSLT。[1]

另外一个有4年ColdFusion开发经验(have around 4 years of coldfusion experience)的工程师的网站做了一个AJAX项目:[URL=http://www.indiankey.com/cfajax/]http://www.indiankey.com/cfajax/[/URL]

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. Ajax is not a new technology. It’s a new developing approach, based on the following existing technologies:

XHTML and CSS for standard presentation,
DOM (Document Object Model) for dynamic and interactive presentation,
XML and XSLT for data exchange and manipulation, and
XMLHttpRequest for asynchronous data retrieval

More articles on AJAX

[URL=http://www.adaptivepath.com/publications/essays/archives/000385.php]Ajax: A New Approach to Web Applications [/URL] by Jesse James Garrett
[URL=http://www.powazek.com/2005/05/000520.html]Ajax, Ajax Everywhere[/URL] by Derek Powazek

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.

Download CFAjax
[URL=http://www.indiankey.com/cfajax/project.asp]http://www.indiankey.com/cfajax/project.asp[/URL]

热点中文AJAX主题文章
1、[URL=http://home.wangjianshuo.com/cn/20050616_ajax_eeaec.htm]王建硕: AJAX – 老酒有了新瓶子[/URL]
2、[URL=http://www.duduwolf.com/post/115.asp]AJAX的七宗罪-嘟嘟老窝[/URL]
3、[URL=http://www.dragonson.com/doc/ajax.html]Ajax_交流文档[/URL]
4、[URL=http://blog.hanlei.name/archive/2005/06/17/1609.aspx]或者AJAX只是一碗隔夜的冷饭[/URL]
5、[URL=http://blog.devep.net/virushuo/2005/05/19/1116477730328.html]ajax有罪?说点反对意见[/URL]
6、[URL=http://news.csdn.net/news/newstopic/22/22224.shtml]Buffalo作者点评AJAX:风物长宜放眼量[/URL]

极力推荐的英文文章:
1、[URL=http://www.adaptivepath.com/publications/essays/archives/000385.php]Ajax: A New Approach to Web Applications[/URL]

更多关于Ajax内容搜索结果:[URL=http://www.google.com/search?q=ajax]Google[/URL] [URL=http://www.baidu.com/s?wd=ajax&cl=3]baidu[/URL]

Loading

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据