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.

2006-03-29 10:45
1.0

라이센스는 LGPL에서 아파치 라이선스, 버전 2.0으로 변경되었습니다. 새 개체를 등록, 조회 및 등록을 취소 API를 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

설명서 참조 및 LocalArgResolvers에 대한 설명서를 업데이 트했습니다. Javadoc 업데이 트되었다. 클러스터링을 지원 ErrorInvocation 콜백 인터페이스와 함께 추가되었습니다. JSON에서 버그 - RPC는 자바 스크립트를 클라이언트에 고정했다.
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

능력이 일반 개체 및 인터페이스 메서드 서명을 처리하는 추가되었습니다. 날짜 형식을 마샬링 밀리초로 변경되었습니다. 비동기 요청을 취소 기능이 추가되었습니다. 프로토콜을 가까이 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

이 릴리스 번호 서명, POJO 시리얼 코드를 분할하는 방법으로 숫자와 문자열 유형의 자동 변환하므로 별도로 사용할 수있는 HttpSession에 대한 필요와 상태 정보 사용에 대한 지원이 많은 API를 공개 액세스 기능. 보호 메서드 이름의 정보 누설 해결되었습니다. 다른 많은 작은 버그수정 및 기능 향상되었다.
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

이 릴리스에는, 비동기 지원, 유니 테스트, 회귀 테스트, 사전 데모, 브라우저 호환성 데이터베이스를 (을 UTF - 8은 ISO - 8859 - 1 테스트되었습니다) 많은 업데이 트와 유니 코드와 다른 문자 집합을 지원하는 등이 포함되어 버그수정 , "Hello World"라고 샘플 애플 리케이션, 튜토리얼 및 수동 업데이 트를, 그리고 JSON - RPC는 명세와 프로토콜을 동기화.
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