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.

2006-03-29 10:45
1.0

The license has changed from the LGPL to the
Apache License, Version 2.0. New object
registration, lookup, and unregister APIs have
been added to JSONRPCBridge.
Tags: Minor feature enhancements

2005-12-13 06:02
1.0rc2

The manual was updated with documentation for References and LocalArgResolvers. Javadoc updates were made. Clustering support was added along with a ErrorInvocation callback interface. Bugs in the JSON-RPC JavaScript client were fixed.
Tags: Minor feature enhancements

2005-09-19 09:05
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

2005-06-20 10:25
0.9

This release featured public access to many APIs, automatic conversion of numeric String types into methods with Number signatures, a splitting out of the POJO serializer code so it can be used separately, and support for stateless usage with no need for HttpSession. An information leak of protected method names was fixed. Many other small bugfixes and enhancements were made.
Tags: Minor feature enhancements

2005-02-14 11:28
0.8

This release contains many updates and bugfixes
including Unicode and other character set support (UTF-8,
ISO-8859-1 have been tested), asynchronous support, a
Unicode test suite, a regression test suite, a dictionary
demo, a browser compatibility database, a "Hello World"
sample app, tutorial and manual updates, and a protocol
sync with the JSON-RPC spec.
Tags: Major feature enhancements

Project Resources