Projects tagged ‘jsonrpc’


[22 total ]

33 Users
   

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]
Created over 3 years ago.

5 Users
 

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]
Created over 2 years ago.

4 Users
   

pyjamas is a port of Google's GWT to Python. It provides a stand-alone python-to-javascript compiler, an AJAX framework and library and a Widget Set framework that looks very similar to Desktop widget ... [More] sets such as pyqt4 and pygkt2. With pyjamas, rich media applications can be written entirely in python that run in all major web browsers. As of version 0.6, Pyjamas Desktop is now included by default, making it possible to run pyjamas python applications - unmodified - as native python Desktop applications. All HTML, CSS and plugin features are still available, even in the browser version, thanks to the use of browser engine technology. WebKit, XULRunner and MSHTML are the three current available options. [Less]
Created over 3 years ago.

2 Users

A library implementing the XML-RPC protocol, written in PHP. (It supports json and jsonrpc, too, and recently got a 100% javascript implementation)
Created over 3 years ago.

1 Users

JsonRpc-Cpp is an OpenSource implementation of JSON-RPC protocol in C++. JSON-RPC is a lightweight remote procedure call protocol similar to XML-RPC.
Created about 1 year ago.

1 Users
 

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]
Created about 1 year ago.

1 Users

An Open Source Ajax application that allows school classes to manage their homework in a central place, lets the students have discussions and share their photos in a easy-to-use online gallery.
Created about 1 year ago.

0 Users

wsgi-jsonrpcWSGI application for dispatching and return jsonrpc requests. InstallationIf you already have setuptools installed you can very simply: sudo easy_install wsgi-jsonrpcTo checkout the ... [More] source: svn checkout http://wsgi-jsonrpc.googlecode.com/svn/trunk/ wsgi-jsonrpc [Less]
Created about 1 year ago.

0 Users

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
Created 11 months ago.