Download List

Projeto Descrição

Enterprise Object Broker (EOB) is an application server that transparently distributes Java objects via their interfaces. It makes no distinction between Local and Remote objects. Because of these features, it is not J2EE compliant. The developer builds beans that implement normal Java interfaces and the deployer decides where the beans are in a cluster of servers. Apache's AltRMI is used in place of RMI. It publishes plain interfaces locally and remotely. The interfaces do not have to extend the java.rmi.Remote interface. Methods do not have to throw RemoteException. AltRMI delivers remoting for Java. EOB sits on top of Apache's Avalon-Phoenix server platform.

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-05-20 18:18 Back to release list
0.65

Proxies são gerados usando o Byte Code Engineering Library (BCEL) em vez de javac. Exemplos são distribuídos separadamente em formato fonte, bem como instalável. EOB (como. Orelha) arquivos. Estes exemplos têm sido mais fáceis de estudar e construir.
Tags: Development, Minor feature enhancements
Proxies are now generated using the Byte Code
Engineering Library (BCEL) instead of javac.
Examples are now distributed separately in source
form, as well as installable .eob (like .ear)
files. These examples have been made easier to
study and build.

Project Resources