Tag Browser: AJAX Resources

Tag = ajax

Your using my tag browser, main categories have an additional introduction and are available Pages listing in the sidebar.

Showing Only Entries that:
Support async

Ajax.NET - The free library for .NET (C#) · Wiki

language
provides
supports
Seems to be a good C# Ajax library though I can't find its license. Supports mapping C# objects to javascript objects with the same property names. I don't know enough of ASP.net web development to give it more of a review but it does contain decent documentation.

CPAINT: Cross-Platform Asynchronous INterface Toolkit · Wiki

language
license
provides
supports
version
AJAX implementation supporting PHP & ASP, dual licensed under GPL and LGPL. Calls are made using cpaint_call function in javascript which you provide a remote page, method, function to call, arguments, callback function, and return type. This makes for rather complex calls but for basic return types it can be fast since you can return a single item directly as text. For complex types functions are provided for creating a custom xml format in PHP or ASP.

DWR - Direct Web Remoting · Wiki

language
license
provides
supports
version
AJAX library for Java generates JavaScript from Java classes. Proxy classes are used in JavaScript to call Servlet methods on the Java Tomcat server. Provides lots of examples to help you get started including a Multi-User chat example. Looks to support automatic fallback to iframes if XMLHttpRequest is not supported. Also has easy hooks for providing a global loading status.

DataRequestor · Wiki

language
license
provides
supports
version
Mainly a cross browser XMLHttpRequest wrapper. General use case seems to do content replace from a result but you can also set a onLoad handler and run callbacks from there.

Dojo Toolkit · Wiki

language
license
provides
supports
version
Dojo is a class library for JavaScript and DHTML. At the core of Dojo is a package system that can include as little or as much of this class library as your application needs. Dojo "plays nice" with other tools (does not pollute gloabal objects or namespace) and is lightweight to develop with and even faster when you deploy it. Dojo provides a capable widget system that makes building and using widgets in markup drop-dead easy. Overviews of many parts of the system are available on the Dojo wiki at http://dojo.jot.com.

JSON-RPC-Java - JavaScript to Java remote communication · Wiki

language
license
provides
supports
version
A JavaScript to Java rpc mechanism using JSON. Supports mapping Java objects to JavaScript, this mapping is done at object creation time instead of using pregenerated proxy objects like most approaches. The java side is a Servlet, a bridge is also provided for using in JSP pages. Out of the box supports a large number of Java types, includes Class hinting support to help manage the process.

Prototype: Object-Oriented Javascript Library · Wiki

language
provides
supports
This is the stand-alone version of the Ruby-on-Rails javascript library. Provides Basic Cross browser AJAX support, but there is no documentation so using it outside of rails will take a bit of work. Looks like it has an api for easy content replacement. Most exciting features are easy to use effects like fade, appear, blindup, they are documented on their own site.

Rico · Wiki

language
license
provides
supports
version
Rico is a object oriented Javascript library that provides most of what you need to create AJAX applications. It supports ajax using either either content replace or callback objects. The drag and drop, effects, and behaviors so easy to use and look great in the demo. Rico is being developed by Sabre Airline Solutions and extends the Prototype js library using its effect and base classes.

SAJAX - Simple Ajax Toolkit by ModernMethod - Toolkit for PHP · Wiki

language
provides
supports
version
Supports: ASP, Cold Fusion, Io, Lua, PHP, Perl, Python and Ruby, asynchronous operation only. Provides Cross Browser XMLHttpRequest based AJAX support, provides a procedural JS api. Works by registering functions to export on the serverside which generates javascript to put into your HTML pages. The functions are exported with a x_ prefix, functions then work like normal javascript except the last paramater is a callback function for the result.

dotvoid.com - Toxic · Wiki

language
provides
supports
version
A new toolkit that uses similar data serialization techniques as JPSpan. Focus is on automatic form validation and includes automatic form field binding code. Supports synchronous and asynchronous operation and mapping js calls directly to php calls. Calls are made against classes which are exposed to javscript content by including the base js library and using a bind api.

libXmlRequest Library (v. SPEC-1.1.102.1706.2003) · Wiki

language
provides
supports
version
Provides a cross browsers (IE and Mozilla) api for sending requests over XMLHttpRequest using either GET or POST. Supports synchronous and asynchronous operation. Provides some basic utility functions for working with the resulting xml. Also provides caching support and a pool for XMLHttpRequest objects.

sarissa · Wiki

language
license
provides
supports
version
Cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformations, XPath queries. Provides an XMLHttpRequest wrapper thats supports synchronous and asynchronous operation.

xajax · Wiki

A PHP AJAX lib providing mapped functions and asynchronous operation. Mapped funtions are procedural and are prefixed in javascrpt with xajax_. The unique feature is that you don't write callback methods in your JavaScript code, instead you create an xajax response object that says what elements to do content replacement with or even what JavaScript code to add to the page.

RSS feed@del.icio.us (note del.icio.us only contains a short description not the full one on this site)

This circle expands additional navigation