Download List

Projeto Descrição

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.

2007-11-18 08:45
0.4.1

Apenas um lançamento de manutenção que contém alguns bugs menores e dependências atualizado. Algumas incompatibilidades com o Java 5, bem como um java.lang.ClassCastException ao ativar classloading remoto em EJServer foram corrigidos.
Tags: Minor bugfixes
Just a maintenance release containing some minor
bugfixes and updated dependencies. Some
incompatibilities with Java 5 as well as a
java.lang.ClassCastException when activating
remote classloading in EJServer were fixed.

2007-05-28 20:12
0.4.0

Há muitas correções, e muitos novos recursos foram adicionados. Reflexão remoto, diferentes estratégias de serialização, suporte para o pacote de concorrência do Java 5, crocante e extensões WSIF, suporte HTTP parcial, e suporte para comunicação entre processos dentro da máquina virtual Java mesmo são as melhorias mais importantes. Ele é considerado estável e pronto para uso em ambientes de produção.
Tags: Major feature enhancements
There are many bugfixes, and many new features were added. Remote reflection, different serialization strategies, support for the concurrency package of Java 5, Crispy and WSIF extensions, partial HTTP support, and support for interprocess communication within the same Java virtual machine are the most important improvements. It is considered stable and ready for use in production environments.

2007-03-29 21:14
0.3.9.2

Alguns pequenos bugs e compressão gzip quebrados foram corrigidos. Novos adaptadores para XMLBeans e Ferramentas JSON foram adicionados. Este comunicado contém uma fábrica de classes de proxy dinâmico e um mecanismo de cache para objetos nativos ByteBuffer.
Tags: Minor feature enhancements
Some minor bugs and the broken gzip compression were fixed. New adapters for XMLBeans and JSON Tools were added. This release contains a factory for dynamic proxy classes and a caching mechanism for native ByteBuffer objects.

2006-11-29 07:18
0.3.9.1

Este é o primeiro marco da libertação 0.4.0 programados. Ao lado de muitas correções, uma série de novos recursos foram adicionados. Reflexão remoto, diferentes estratégias de serialização, suporte para o pacote de concorrência do Java 5, crocante e extensões WSIF e suporte HTTP parcial são apenas as mais importantes melhorias desta versão.
Tags: Major feature enhancements
This is the first milestone of the upcoming 0.4.0
release. Beside many bugfixes, a lot of new
features were added. Remote reflection, different
serialization strategies, support for the
concurrency package of Java 5, crispy and wsif
extensions, and partial HTTP support are just the
most important improvements of this release.

2006-03-22 23:00
0.3.5_01

Dois bugs críticos foram corrigidos: A crítica, consumindo tempo de bloqueio ocorreu em alguns sistemas. O componente do servidor não exigir que os pedidos para oferecer um circuito de aplicação para evitar a rescisão por chegar ao final do código. Esta versão também contém algumas melhorias, previsto inicialmente para o próximo grande lançamento, e é mais provável que a versão mais eficiente até à data.
Tags: Major bugfixes
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.

Project Resources