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]
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]
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]
Plain Old Java Objects (POJO) to JSON (and back) mapping tool. It provides several options for converting between a Java class and JSON text and visa-versa