Today's Page Hits: 20
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
I have recently been working on a new marshaling framework for CORBA. The framework includes APIs for managing ByteBuffers, and APIs for creating a simple stream API on top of the ByteBuffer management API. The Grizzly team has been discussing including something along these lines in Grizzly 2.0, and has asked me to commit this work to the Grizzly repository. It is now available in the contribs directory in the Grizzly repository. I have committed the code and unit tests to trunk/contribs/ByteBufferStream in the form of a NetBeans 6.1 project. trunk/contribs/ByteBufferStreams/README.html gives an overview of the package, but unfortunately I can't link to that file.
At present, this is just a standalone library not integrated in any way with Grizzly. Exactly how the integration should be achieved will require further design and discussion.