Hi, I am using JDBM in my project and I decided to revive it. So I am working on JDBM 2.0 which will have: * generics * view over BTree as SortedMap * secondary indexes * triggers on CRUD operations. * in future new store which will use GAE or Valdemord as backend Most of 2.0 code is actually already written, now I am working on samples and javadoc.
Would like to know what exactly happened to JDBM (jdbm.sourceforge.com). It seems to be unmaintained for several years and there are dozens forks (including yours). Is Apache-DS still using it? Did you made big modifications since JDBM 1.0? Did you made bugfixes? I have troubles contacting original authors. So I will probably just start new JDBM2 project on Google code. Regards, Jan Kotek
