Monday, 19 September 2005
JDBM version 1.0
« Busted | Main | We Love Katamari (Not Amazon) »
Cool, JDBM version 1.0 was released on August 11, 2005. I'm glad to see someone is still maintaining the project.
JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages (C/C++, Python, Perl, etc.): a fast, simple persistence engine. You can use it to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections.Contrary to their Powered By page, blojsom is not powered by JDBM. Although I suspect this could easily be done ala my blojsom using XStream work. But that'll have to wait until after I get back vacation and after I just finally release the database backend.
Posted by at 1:03 PM in java ... just java
[Trackback URL for this entry]
