Downloadliste

Projektbeschreibung

RMIIO is a library that makes it as simple as possible to stream large amounts of data using the RMI framework (or any RPC framework). The RMI framework makes it very easy to implement remote communication between Java programs, yet does not provide any ready solutions for sending large files without blowing out memory on the client or server. What you really want to do is stream data from the client to the server using a framework that does not really expose streaming. The RMIIO library provides some very powerful classes that enable a client to stream data to the server using only a few extra lines of code.

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.

2012-01-12 06:49
2.0.3

Dies ist eine kleinere Version mit einer Lösung für remote-Client schließen.
Tags: minor bugfix release
This is a minor release with a fix for remote client closing.

2008-03-20 21:55
2.0.2

Ermöglicht reserialization der RemoteStreamServer.
Tags: Minor feature enhancements
Allows reserialization of RemoteStreamServer.

2008-02-14 07:33
2.0.1

RemoteStreamServer Implementierungen wurden durch die Umsetzung Serializable writeReplace automatisch das Objekt exportieren und die Fernbedienung GEBURTSDATUM zurückzukehren. DirectRemoteInputStream wurde als allerletzter Ausweg für den Umgang mit bestimmten problematischen Szenarien aufgenommen. Te Standard-Port für die DefaultRemoteStreamExporter kann nun über ein System-Eigenschaft konfiguriert werden. Schließung der lokalen Ressourcen durch eine RemoteIteratorServer wurde weniger anfällig für Überraschungen.
Tags: Minor feature enhancements
RemoteStreamServer implementations were made Serializable by implementing writeReplace to automatically export the object and return the remote stub. DirectRemoteInputStream was added as a last-ditch alternative for dealing with certain problematic scenarios. Te default port for the DefaultRemoteStreamExporter can now be configured via a system property. Closing of local resources by a RemoteIteratorServer was made less prone to surprises.

2007-10-10 22:59
2.0.0

Tags: Initial freshmeat announcement

Project Resources