|
Berkeley DB, Java Edition I: The Basics
Pages: 1,
2
Using Berkeley DB
At this point, I've told told you what Berkeley DB is, I've
given you some ideas on when it's an appropriate tool to use (and
what problems it solves), and I've told you it's a fairly
high-quality library. By now, you're probably itching for something
more concrete. In this section, I'm going to cover the basics of
using Berkeley DB. And then, in the next section, I'll show you how
to implement session management using Berkeley DB.
|