Re: java to add simple key value pairs in Berkely DB files
by Daniel Pitts <newsgroup.spamfilter@[EMAIL PROTECTED]
>
Nov 21, 2007 at 05:22 PM
Florian Weimer wrote:
> * hoosie:
>
>> I'm currently replacing an older perl system with a new one in Java,
>> and need to be able to create and use a simple BDB file to store key
>> and value pairs. I can't find any kind of example or tutorial through
>> normal means, and I've seen references to both com.sleepycat.bdb and
>> com.sleepycat.je, but I've no idea how to use them.
>
> There are several Getting Started guides on the Oracle web site:
>
>
<http://www.oracle.com/technology/do***entation/berkeley-db/db/index.html>
The do***entation is good enough that I was able to store
"Hello"->"World" within an hour of having heard of BDB JE.
(Specifically, when the op posted, I decided to look up BDB).
This is with no prior experience interacting with a BDB in any language.
--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>