Downloadliste

Projektbeschreibung

Remote Tea is a pure Java implementation of Sun's ONC/RPC protocol. Complete client and server functionality is available, as is client access to the portmapper. The package contains an rpcgen-like precompiler for converting .x files into Java classes. Also included is a Java-based portmapper.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2003-08-14 19:28
1.0.3

Die Kontrolle über die Kodierung von Strings wurde von Clients und Servern hinzugefügt. Die Unterstützung für JBuilder Projekt-Dateien fallen gelassen wurde. Stattdessen wird eine Projekt-Datei für die Eclipse-IDE nun einbezogen.
Tags: Minor feature enhancements
Control over the character encoding of strings has been added to both clients and servers. The support for JBuilder project files has been dropped. Instead, a project file for the Eclipse IDE is now included.

2003-04-15 16:17
1.0.2

Code Generation in jrpcgen Bugs wurden behoben, so dass Elemente aus Aufzählungen kann nun als Programm-Nummern verwendet werden. Außerdem, wenn ein Port-Nummer ist explizit an den Konstruktor ein Server-Objekt gegeben wird, ist es nicht mehr ignoriert. Zwei neue jrpcgen Kommandozeilen-Optionen geben, mehr Kontrolle über die Code-Generierung Prozess: Methode Mann auf der Server-Seite kann nun optional auch einen Call-Informationen Parameter, die für die Anmeldung sinnvoll ist, et cetera.
Tags: Major bugfixes
Code generation bugs in jrpcgen were fixed, so that elements from enumerations can now be used as program numbers. Moreover, if a port number is explicitly given to the constructor of a server object, it is not ignored anymore. Two new jrpcgen command line options give more control over the code generation process: method stubs on the server side can now optionally take a call information parameter, which is useful for authentication, et cetera.

2002-12-13 13:09
1.0.1

Diese Pressemitteilung enthält zwei Bugfixes in der jrpcgen Protokoll-Compiler. Das erste Update behebt ein Problem, das mit Remote-Funktionen mit mehreren Parametern und einen oder mehrere Parameter werden Enumerationen auftritt. Das zweite Update behebt einen Fehler, der bestimmte Enumerationskonstanten nicht an die generierten Quellcode in Gegenwart von Abhängigkeiten gedumpten verursacht.
Tags: Minor bugfixes
This release contains two bugfixes in the jrpcgen protocol compiler. The first fix solves a problem which occurs with remote functions containing multiple parameters and one or more parameters being enums. The second fix solves a bug which caused certain enumeration constants not being dumped to the generated source code in the presence of dependencies.

2002-10-07 19:19
1.0.0

jrpcgen wurde verbessert, so dass es jetzt Code mit Iterationsschleifen für XDR-Strukturen erzeugt, die Schwanz Verweise auf sich selbst enthalten. Eine Race-Bedingung in der Listening-Thread nicht für TCP-basierte ONC / RPC-Server wurde behoben. Ein weiterer Konstrukteur war es, die Klassen OncRpcTcpServerTransport und OncRpcUdpServerTransport akzeptiert, dass wir nun eine lokale Bindung Adresse hinzugefügt.
Tags: Minor feature enhancements
jrpcgen was improved so that it now generates code
with iteration loops for XDR structs which contain
tail references to themselves. A race condition in
the listening thread for TCP-based ONC/RPC servers
was corrected. An additional constructor was added
to the classes OncRpcTcpServerTransport and
OncRpcUdpServerTransport that now accepts a local
binding address.

2002-06-04 20:02
0.95.2

Der Portmapper Client-Objekt wurde erweitert, um mit beiden UDP und TCP. Ein neuer Konstruktor hinzugefügt wurde TCP-basierte ONC / RPC-Clients, die aus führt ein vom Benutzer gesteuert connect (). ( "Timeout" kann von der aufrufenden Applikation gesteuert werden.) Die Versionsinformationen in OncRpcConstants wurde schließlich behoben.
Tags: Minor feature enhancements
The portmapper client object has been enhanced to
use both UDP and TCP. A new constructor was added
to TCP-based ONC/RPC clients which carries out a
user-controlled connect(). (The timeout can be
controlled by the calling application.) The
version information in OncRpcConstants was finally
corrected.

Project Resources