Télécharger la liste

Description du projet

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.

Système requise

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.

2002-11-13 05:53
0.0.6

Ce communiqué a migré à Jakarta Maven pour la gestion de projet, au lieu de fourmis plaine. Maven permet un téléchargement beaucoup plus petites. La première fois que vous construisez SwitchRMI, toutes les dépendances seront satisfaites à partir des référentiels à distance.
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

Cette version ajoute une réécriture complète du code de configuration. SwitchRMI utilise maintenant JNDI Lookup dans le serveur d'application publiés objet et dans le client de mise en oeuvre de proxy. Une implémentation minimale de javax.naming.Context est inclus. Le fichier de configuration XML est maintenant une DTD pour la validation. Des scripts et les objets Java peuvent désormais être déclarées avec une base de code et les bibliothèques à charger dans SwitchRMI à partir d'un emplacement distant.
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

Ce communiqué a un support pour les services XMLRPC écrit en Javascript (et autres langages de script) via BSF. Une implémentation Javascript de XMLRPC Validation Suite est inclus. Le Guide d'utilisation a été mis à jour pour inclure davantage de détails sur HTTP et SMTP RMI, les services de Javascript, et l'interopérabilité avec d'autres implémentations XMLRPC.
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

Le code de transport SMTP a été mis à jour. Les suites de test JUnit comprennent désormais des tests pour XMLRPC via SMTP, avec un service de lecture des requêtes RMI via POP3 ou IMAP. XMLRPC sur HTTP est également supporté. Le communiqué de fichiers incluent désormais une version HTML d'un guide d'utilisateur mise à jour.
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

Nouveau client RFC2956-tracking cookie côté à l'aide des classes de jCookie jcooke.sf.net.
Tags: Minor feature enhancements
New RFC2956 client-side cookie tracking using the jCookie classes from jcooke.sf.net.

Project Resources