Download List

Projeto Descrição

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.

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.

2002-11-13 05:53
0.0.6

Esta versão tem migrado para Jakarta Maven para gerenciamento de projetos, em vez de simples formiga. Maven permite um download muito menor. A primeira vez que você constrói SwitchRMI, todas as dependências serão preenchidas de repositórios remotos.
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

Esta versão adiciona uma reescrita completa do código de configuração. SwitchRMI agora usa JNDI page no servidor para implementação de objeto e publicado no cliente para a implementação do proxy. A aplicação mínima de javax.naming.Context incluída. O arquivo de configuração XML tem agora uma DTD para validação. Objetos de script e objetos Java agora podem ser declaradas com uma base de código e bibliotecas para ser carregado em SwitchRMI de um local remoto.
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

Esta versão tem suporte para serviços XMLRPC escrito em Javascript (e outras linguagens de script) via BSF. A execução de Javascript XMLRPC conjunto de validação está incluído. O Guia do Usuário foi atualizada para incluir mais detalhes de HTTP e RMI SMTP, os serviços de Javascript, e interoperabilidade com outras implementações 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

O código de transporte de SMTP foi atualizado. As suítes de teste JUnit agora incluem testes para XMLRPC via SMTP, com um serviço de leitura pedidos RMI via POP3 ou IMAP. XMLRPC sobre HTTP também é suportada. A liberação de arquivos incluem agora uma versão em HTML de um guia de usuário atualizado.
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

Novo cliente RFC2956-tracking cookie lado usando as 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