Download List

專案描述

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-01-25 08:03
0.7

This release fixed a bug with Internet Explorer caused by a previous fix for Opera 8. Both browsers should now work again.
標籤: Major bugfixes

2005-01-24 15:55
0.6

This now works in Opera 8 Beta and Konqueror 3.3
(with a patch to KHTML). A new lightweight
JavaScript JSON-RPC client was added. The browser
support documentation was updated. A new mailing
list was added.
標籤: Major bugfixes

2005-01-21 23:42
0.5

More detail has been added to the tutorial. Unmarshalling into generic collection interfaces (list, map, and set) has been fixed. Circular reference detection has been added to BeanSerializer. New test cases have been added to the demo.
標籤: Minor bugfixes

2004-04-12 08:42
0.4

This version adds missing boolean and boolean array support, changes the supported Safari version to 1.2, fixes a bug with calling void methods or methods that return null, moves the stack trace out of the Exception message and into a seperate 'trace' field, and adds test cases to the example code. It adds the ability to register callbacks for before and after method invocation, which can be used, for example, to permit JAAS authenticating, by logging in on preInvoke and logging out on postInvoke.
標籤: Major feature enhancements

2004-04-05 02:35
0.3

標籤: Initial freshmeat announcement

Project Resources