Some commonly used Ajax frameworks
Author:Eve Cole
Update Time:2009-07-06 16:36:40
A few days ago, I sorted out some Ajax frameworks that I have come into contact with. I thought it might be of some use to my classic friends, so I posted them here in the hope of communicating with you.
1. Browser-based Ajax framework
1. AjaxCall
URL: http://www.ajaxify.com/run/testAjaxCaller/
The library file code is relatively simple, easy to use, and supports script debugging.
2. Flash JavaScript Integration Kit
URL: http://weblogs.macromedia.com/flashJavaScript/
Integrated Flash and Javascript, Javascript and Flash ActionScript can call each other.
3. Google Ajaxslt
URL: http://google-ajaxslt.sourceforge.net/
This is what Google Map uses, and its functionality is certainly not weak.
4. HtmlHttpRequest
URL: http://www.twinhelix.com/javascript/htmlhttprequest/
Use the XMLHttpRequest object and the standard HTML tag IFrame to achieve maximum cross-platform support. If the browser does not support the XMLHttpRequest object, use IFrame to simulate asynchronous interaction. Today, when there is no unified browser standard, this should be a good transition method.
2. The .NET platform is based on the server-side Ajax framework
1. Ajax.NET
URL: http://ajax.schwarz-interactive.de/csharpsample/default.aspx
Under the .net platform, apart from asp.net ajax launched by Microsoft itself, this should be the most widely used.
2. Bitkraft for ASP.NET
Website: http://www.tiggrbitz.com/
3. ComfortASP.NET
Website: http://www.comfortasp.de/
4. Magicajax
Website: http://www.magicajax.net/
3. Other platforms are based on server-side Ajax framework
1. Cross-Platform Asynchronous Interface Toolkit
Website: http://cpaint.booleansystems.com
Support php and asp
2. SAJAX
Website: http://www.modernmethod.com/ajax
Support asp/coldfusion/perl/php/python
3. JavaScript Remote Scripting
URL: http://www.ashleyit.com/rs/jsrs/test.htm
Support asp/coldfusion/php/jsp