Totally Nerdy Information

Mike Heath’s Blog

ADBCJ 0.1 Release

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 […]

Migrating ADBCJ to Google Code

As part of my master’s thesis, I’m developing an asynchronous event-driven database driver API that I call ADBCJ. I currently have three implementations of the API. One implementation uses JDBC and achieves asynchronism using a thread pool. The other two implementations are custom drivers that are built using Apache MINA. MINA […]