JSON-RPC-Java 1.0 review
DownloadJSON-RPC-Java provides an RPC implementation that allows JavaScript DHTML Web applications to call remote methods in a Java Applicati
|
|
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.
JSON-RPC-Java library 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.
What's New in This Release:
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.
JSON-RPC-Java 1.0 search tags