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-07 01:22
0.50

Um novo transporte OverRMI 'foi adicionado. Há uma maior re-utilização EOB Avalon como um serviço de Phoenix, e mais rápido e mais estável RPC usando AltRMI.
Tags: Development, Minor feature enhancements
A new 'OverRMI' transport has been added. There is greater EOB re-use as an Avalon-Phoenix service, and faster and more stable RPC using AltRMI.

2002-03-22 13:02
0.40

O download do binário agora inclui três exemplos de aplicações web. Um deles é um servlet simples, outra é um applet. O webapp velocidade desde a última versão foi atualizada para incluir um navegador modelo de objeto do projeto araSpect. Ele também usa SimpleStore para persistência. SimpleStore está lidando com a leitura / grava HypersonicSQL (incluído). No download de fonte, bem como a acima, há um exemplo que reutiliza um balanço baseado em Banco e Conta de demo do projeto Prevayler.
Tags: Development, Minor feature enhancements
The binary download now includes three webapp examples. One is a simple servlet, another is an applet. The velocity webapp from the last release has been upgraded to include a object model browser from the araSpect project. It also uses SimpleStore for persistence. SimpleStore is handling the read/writes to HypersonicSQL (included). In the source download, as well as the above, there is an example that reuses a Swing-based Bank and Account demo from the Prevayler project.

2002-03-09 17:17
0.30

Esta versão adiciona um exemplo que usa ForumDemo de velocidade e um binário download (mostrando apenas a demonstração do fórum) para aqueles com períodos curtos de atenção, de modo que eles possam lançar EOB e apontar um navegador nas páginas que serve.
Tags: Development, Minor feature enhancements
This release adds an example that uses ForumDemo from Velocity and a
binary download (showing only the forum demo) for those with short
attention spans, so they can launch EOB and point a browser at the
pages it serves.

2002-03-05 21:47
0.20

Em conjunto com o 'Jo! Servidor Web na mesma JVM, EOB agora monta um servlet simples para 'example0'. Uma demonstração simples carrinho de compras também foi adicionado como 'exemplo2. Esta demo tem duas implementações, uma das quais usa JSX para manter os dados para o sistema de arquivos no formato XML.
Tags: Development, Minor feature enhancements
In conjunction with the 'Jo!' Web server in the same JVM, EOB now mounts a
simple servlet for 'example0'. A simple shopping cart demo was also added as
'example2'. This demo has two implementations, one of which uses JSX to persist
data to the file system in XML format.

2002-02-20 03:32
0.10

Tags: Development, Initial freshmeat announcement

Project Resources