Download List

Project Description

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

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.
Tags: Development, Minor feature enhancements

2002-03-22 13:02
0.40

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.
Tags: Development, Minor feature enhancements

2002-03-09 17:17
0.30

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.
Tags: Development, Minor feature enhancements

2002-03-05 21:47
0.20

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.
Tags: Development, Minor feature enhancements

2002-02-20 03:32
0.10

Tags: Development, Initial freshmeat announcement

Project Resources