Welcome to the JDBM projectJDBM 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. Download the latest version 1.0 (stable, released August 11th, 2005):
Here is the current documentation: Here are two examples provided in the source distribution:
Many commercial and open-source projects are using JDBM. See JDBM Powered for a list of who's using JDBM. Most interesting stuff for this project can be found at the SourceForge project page. |