DWR (Direct Web Remoting) is Easy Ajax for Java
DWR enables Java code on the server and JavaScript code in a browser to interact and call each other as simply as possible, making it easy for
... [More] developers to add data into web pages.
DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally. It can marshall virtually any data including collections, POJOs, XML and binary data like images and PDF files. All that is required is a security policy defining allowed actions. With Reverse Ajax, DWR allows two-way interaction: browser calling server and server calling browser. DWR supports Comet, Polling and Piggyback as ways to publish to browsers. [Less]
Windmill is an Open Source AJAX Web UI Testing framework that was originally built to automate testing for the Chandler Server Project at OSAF. After spending time with Selenium we realized we had a
... [More] variety of needs that weren't being fulfilled and built Windmill from the ground up.
Windmill implements cross browser testing, in-browser recording and playback, and functionality for fast accurate debugging and test environment integration.
We are a relatively young project, but as far as we know we already implement a larger set of a browser testability than Selenium. [Less]
django-simp is a simple django based image manipulation programm with a easy to use ajax interface.
it's programmed with:
* django
* dojotoolkit
* python-pil
it's designed for:
... [More]
* easy inclusion in other applications
* a easy to use ui [Less]
This is a JSON-RPC server, specifically made to work with the Zend Framework JSON RPC Server. The Zend Framework JSON-RPC server is mildly off spec, and therefore this may not work with other JSON-RPC
... [More] servers.
This JSON-RPC client polls the server for the available methods, and then creates an object with those methods that can then be used. [Less]
JSONRPC Plugin for Catalyst which we tried to make compatible with the way Catalyst works with URLS. Main features are:
Split JSONRPC methodNames by STRING to find out Controller. Single entrypoint
... [More] for JSONRPC calls, like http://host.tld/rpc DispatchTypes (attributes) which work much the same as Catalyst attrs JSONRPC Parameter handling transparent to Catalyst parameter handling Based on awesome Catalyst::Plugin::Server::XMLRPC module [Less]
This is the project page for creating Python JSON-RPC servers and clients using the Twisted Networking Engine.
The project was formerly known as "Twisted-JSONRPC" but with the community initiative
... [More] to use "tx" in the same way that "py" is used in the Python community (and thus reserve "Twisted" for official use only), this project was renamed. [Less]