Share

EJOE

File Release Notes and Changelog

Release Name: EJOE 0.3.3

Notes:


Changes: Date Version Name Changes/Comment ================================================================================================================ 03/18/2005 0.3.3 netseeker Major improvements Support for persistent client connections was added EJServer handles SerializeAdapters per client request now, so clients tell the server automatically what SerializeAdapter they need XStream is used as default (de)serialization mechanism Compression level is now adjustable Added caching to ClassServerHandler Added new (de)serialize adapters for Castor, standard JavaBeans XmlEncoder/XmlDecoder and raw UTF8 string messages BugFixes: ConnectionReader doesn't detect clientside connections closes during read operations NullPointerException during initialization of EJClient when using a custom properties file After transfer, connection header bits are not restored properly If threaded processor usage is enabled, EJOE waits until all running reader threads have finished before scheduling new reader threads 03/06/2005 0.3.2 netseeker Major improvements by default blocking io streams are used and handed over directly to SerializeAdapters former default io (NIO) for socket read/write operations is now a optional feature added selective compression added two different adjustable threading mechanisms for scheduling combined read/process threads Bugfixes: EJClient uses know the right value for default connection timeout (in previous version a wrong value of 1000ms was used) Unit tests use now different port settings to avoid problems with junit testing during maven build 03/01/2005 0.3.1_01 netseeker Bugfix release with major improvements 02/27/2005 0.3.1 netseeker EJOE made public for the first time