February 16, 2003
16 February 2003 - Enterprise Object Broker 0.9: Easier than EJB
Enterprise Object Broker (EOB) is an application server that tries to a be a simpler to develop for than EJB. It is not quite complete yet, but we have many demos showing local, remote, and built-in webapp usage.
EOB uses AltRMI from Apache's Incubator project. AltRMI is RMI for normal Java interfaces. Server-side beans have these characteristics:
- no requirement to extend java.rmi.server.UnicastRemoteObject,
- no requirement to throw java.rmi.RemoteException for each method,
- no requirement to implementing java.rmi.Remote.
It is simple to use and has multiple transport types, including some that pipe between classloaders in the same JVM.
EOB and AltRMI are bringing .NET's remoting back to Java.
Take a look at....
http://www.enterpriseobjectbroker.org - EOB's home page.
http://demo.enterpriseobjectbroker.org:8080 - sometimes available demo server.
http://incubator.apache.org/projects/altrmi/ - AltRMI's home page.
http://www.apachenews.org/archives/000085.html
[ Category : Miscs ] (PDF)(XML)
