Download List

Project Description

EJOE is a lightweight Java remoting framework built to send and receive objects through pluggable (de)serialization mechanisms. It offers a high-performance, simple, and clean object request broker (whereby ORB is meant in its natural manner and not in its relation with CORBA), with server and client components for your client/server applications. It's a highly scalable implementation of the common request-process-response pattern based on Java NIO. It does support optional remote class loading to avoid redundant classpath entries, but doesn't require stubs and/or proxy objects.

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.

2006-03-22 23:00 Back to release list
0.3.5_01

Two critical bugs have been fixed: A critical, time consuming lock occurred on some systems. The server component doesn't require applications to offer an application loop to avoid termination by reaching the end of the code. This version also contains some enhancements originally planned for the next major release, and is most likely the most efficient version to date.
Tags: Major bugfixes

Project Resources