Downloadliste

Projektbeschreibung

SwitchRMI is a framework for remote method invocation from Java that
allows the client to choose from one of several RMI protocols.
Objects can be made available over a number of transports; HTTP and
SMTP are implemented. Any object vended can respond to an RMI request
in any one of the supported protocols. Clients and servers can
interact with third party implementations of supported protocols. New
protocols and transports can be plugged in to the framework at
runtime.

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.

2002-11-13 05:53
0.0.6

Diese Mitteilung hat nach Jakarta Maven für das Projektmanagement migriert, anstatt plain ant. Maven erlaubt eine viel kleinere herunterladen. Das erste Mal, wenn Sie bauen SwitchRMI, werden alle Abhängigkeiten von Remote-Repositories zufrieden sein.
This release has migrated to Jakarta Maven for project management,
instead of plain ant. Maven allows for a much smaller download. The
first time you build SwitchRMI, all dependencies will be satisfied
from remote repositories.

2002-10-30 18:12
0.0.5

Diese Veröffentlichung fügt eine komplette Neufassung der Konfigurations-Code. SwitchRMI verwendet nun JNDI-Lookup in der Server-Objekt für veröffentlichte, Umsetzung und in der Client-Proxy für die Umsetzung. Eine minimale Umsetzung der javax.naming.Context ist im Preis inbegriffen. Die XML-Konfigurationsdatei ist nun eine DTD für die Validierung. Scripted Objekte und Java-Objekte können nun mit einer Codebasis und Bibliotheken erklärt werden, in SwitchRMI von einem entfernten Standort geladen werden.
Tags: Code cleanup
This release adds a complete rewrite of the configuration
code. SwitchRMI now uses JNDI Lookup in the server for published
object implementation and in the client for proxy implementation. A
minimal implementation of javax.naming.Context is included. The XML
configuration file now has a DTD for validation. Scripted objects and
Java objects can now be declared with a codebase and libraries to be
loaded into SwitchRMI from a remote location.

2002-10-14 00:02
0.0.4

Diese Mitteilung hat die Unterstützung für XMLRPC Dienstleistungen in Javascript geschrieben (und andere Script-Sprachen) über BSF. Ein JavaScript-Implementierung der Validierung XMLRPC-Paket enthalten. Das Benutzerhandbuch wurde aktualisiert, um weitere Informationen zu der HTTP-und SMTP-RMI, Javascript Dienstleistungen und die Interoperabilität mit anderen XMLRPC Implementierungen enthalten.
Tags: Major feature enhancements
This release has support for XMLRPC services written in Javascript (and other script languages) via BSF. A Javascript implementation of XMLRPC validation suite is included. The User Guide has been updated to include more details of HTTP and SMTP RMI, Javascript services, and interoperability with other XMLRPC implementations.

2002-10-09 10:48
0.0.3

Der SMTP-Transport-Code wurde aktualisiert. Die JUnit-Test-Suiten nun auch Tests für XMLRPC via SMTP, mit einem Service-Lesung RMI-Zugriffe via POP3 oder IMAP. XMLRPC-über-HTTP wird ebenfalls unterstützt. Die Release-Dateien jetzt auch eine HTML-Version eine aktualisierte Bedienungsanleitung.
Tags: Major feature enhancements
The SMTP transport code was updated. The JUnit test suites now include tests for XMLRPC via SMTP, with a service reading RMI requests via POP3 or IMAP. XMLRPC over HTTP is also supported. The release files now include an HTML version of an updated user guide.

2002-10-04 06:36
0.0.2

Neue RFC2956 Client-Cookie-Tracking mit dem jCookie Klassen aus jcooke.sf.net.
Tags: Minor feature enhancements
New RFC2956 client-side cookie tracking using the jCookie classes from jcooke.sf.net.

Project Resources