|
Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
Project Release Information2006-03-29 10:45 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. 2005-12-13 06:02 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. 2005-09-19 09:05 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. 2005-06-20 10:25 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. 2005-02-14 11:28 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. Project ResourcesProject 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. (This Description is auto-translated) |