Download List

Projeto Descrição

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

A licença foi alterada a partir da LGPL para a Licença Apache, Versão 2.0. Novo registro de objeto, pesquisa, cancelar e APIs foram adicionados ao JSONRPCBridge.
Tags: Minor feature enhancements
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
1.0rc2

O manual foi atualizado com documentação para Guias e LocalArgResolvers. Javadoc atualizações foram feitas. Apoio Clustering foi adicionado junto com uma interface callback ErrorInvocation. Bugs no JSON-RPC cliente JavaScript foram corrigidos.
Tags: Minor feature enhancements
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
1.0rc1

A capacidade de lidar com objeto genérico e assinaturas Interface método foi adicionado. A data de triagem formato foi alterado para milissegundos. A capacidade de cancelar pedidos async foi adicionado. O protocolo foi atualizado para aproximar a conformidade com a especificação do JSON-RPC.
Tags: Minor feature enhancements
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
0.9

Esta versão manchete acesso do público aos APIs muitos, a conversão automática de tipos numéricos String em métodos com as assinaturas do número, uma divisão de código serializador POJO para que possa ser utilizada separadamente, e suporte para o uso apátridas, sem a necessidade de HttpSession. Um vazamento de informações dos nomes de método protegido foi corrigido. Muitas outras pequenas correções de bugs e melhorias foram feitas.
Tags: Minor feature enhancements
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
0.8

Este comunicado contém muitas atualizações e correções, incluindo suporte a Unicode e outro conjunto de caracteres (UTF-8, ISO-8859-1 foram testados), o apoio assíncrono, um conjunto de testes Unicode, um conjunto de testes de regressão, uma demo de dicionário, um banco de dados de compatibilidade do navegador , um "Olá Mundo aplicativo de exemplo", tutorial e manual atualizações, e um protocolo de sincronização com o JSON-RPC spec.
Tags: Major feature enhancements
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 Resources