Download List

專案描述

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.

2003-04-24 11:37
1.0

Phoenix was updated to 4.0.4, Jetty to 4.2.9, AltRMI to 0.9.3, JSX to 2.0.9.1, and Phoenix to 4.0.4. The program now works with JDK 1.3.1 again. SimpleStore was replaced with Hibernate.
標籤: Development, Minor feature enhancements

2003-02-17 12:59
0.9

Jetty was updated to 4.2.7 and AltRMI to 0.9.1.
標籤: Development, Minor feature enhancements

2003-01-15 10:47
0.8

In this release, Phoenix was upgraded to 4.0.3, AltRMI was upgraded to 0.8, and Jetty replaces Jo! for Servlet 2.3 capability.
標籤: Development, Minor feature enhancements

2002-05-20 18:18
0.65

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

2002-05-13 14:16
0.60

EOB now supports .eob files. These are like .ear files for EJB in that they contain beans in jars and war files.
標籤: Development, Major feature enhancements

Project Resources