This past weekend I made a 0.1 release of ADBCJ, my asynchronous database driver framework.  I also wrote a brief tutorial on how to use ADBCJ.  This release is primarily for testing and feedback on the API.  The MINA based MySQL and Postgresql drivers are working well, although they only support int and varchar data types.  I still need to work on some performance tweaking, adding support for pipelining, and adding connection pooling support.  That will all be included in a 0.2 release which I hope to get out late February or early March.

Once the 0.2 release is finished, I will be spending most of my time doing performance testing and writing about the results for my thesis.