Download List

Project Description

JSON-RPC-Java provides an RPC implementation that allows JavaScript DHTML Web applications to call remote methods in a Java Application Server (AJAX functionality) without the need for page reloading. It is an enabler for the next generation of fast and highly dynamic enterprise Java Web applications. Minimal changes (if any) are necessary to existing server-side Java code to allow calling from JavaScript (such as the marshalling and unmarshalling of special types), as JSON-RPC-Java dynamically maps JavaScript objects to and from Java objects using Java reflection.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-19 09:05 Back to release list
1.0rc1

The ability to handle generic Object and Interface
method signatures was added. The date marshalling
format was changed to milliseconds. The ability to
cancel async requests was added. The protocol was
updated for closer conformance with the JSON-RPC
specification.
Tags: Minor feature enhancements

Project Resources