This post originated from an RSS feed registered with Java Buzz
by Matt Quail.
Original Post: A first look at Berkeley DB Java Edition
Feed Title: Matt Quail's Java blog
Feed URL: http://fisheye.cenqua.com/category/java/feed/
Feed Description: The latest java related logs from Matt Quail's blog at madbean.com
Sleepycat Software are the
purveyors of the super-slick Berkeley DB, which is a native C based embedded
database library. For quite a while, there has even been a Java API for
Berkeley DB; but it is a JNI wrapper, so not a real 100% Java solution.
However, Sleepycat have been hard at work and have released a 100% Java embedded database
library. This provides the same basic functionality as Berkeley DB, but
Berkeley DB Java Edition (BDBJE) is a complete re-write in Java.
more...