一、基于浏览器的Ajax框架

1、  AjaxCall
网址:http://www.ajaxify.com/run/testAjaxCaller/
库文件代码比较简单,比较容易上手,并且支持脚本调试。

2、  Flash JavaScript Integration Kit
网址:http://weblogs.macromedia.com/flashJavaScript/
集成了Flash和Javascript,Javascript和Flash ActionScript可互相调用。

3、  Google Ajaxslt
网址:http://google-ajaxslt.sourceforge.net/
Google Map用的就是这个,功能自然不弱。

4、  HtmlHttpRequest
网址:http://www.twinhelix.com/javascript/htmlhttprequest/
运用XMLHttpRequest对象和标准HTML标签IFrame实现最大限度的跨平台支持,如果浏览器不支持XMLHttpRequest对象则使用IFrame模拟异步交互。在浏览器还没有统一标准的今天,应该是个不错的过渡方法。

二、.NET平台基于服务器端的Ajax框架

1、  Ajax.NET
网址:http://ajax.schwarz-interactive.de/csharpsample/default.aspx
在.net平台下,除了微软自己推出的asp.net ajax,这个应该是用得最广的了。

2、  Bitkraft for ASP.NET
网址:http://www.tiggrbitz.com/

3、  ComfortASP.NET
网址:http://www.comfortasp.de/

4、  Magicajax
网址:http://www.magicajax.net/

三、其它平台基于服务器端的Ajax框架

1、  Cross-Platform Asynchronous Interface Toolkit
网址:http://cpaint.booleansystems.com
支持php和asp

2、  SAJAX
网址:http://www.modernmethod.com/ajax
支持asp/coldfusion/perl/php/python

3、  JavaScript Remote Scripting
网址:http://www.ashleyit.com/rs/jsrs/test.htm
支持asp/coldfusion/php/jsp
posted on 2007-04-14 14:55  榻榻米  阅读(339)  评论(0编辑  收藏  举报