Re: JE and BDB Java Api -
10-31-2005
, 04:19 PM
Hello Costin,
It isn't just the exception hierarchy where the package names are
different -- the entire base API of both products are in separate
packages, com.sleepycat.je and com.sleepycat.db as you mention. For
example, we have com.sleepycat.je.Database and
com.sleepycat.db.Database. The part of the API that is almost
identical is the collections and bind packages, which are extensions to
the base API of both products.
No, we currently don't have any plans to make the APIs for these two
products identical, and we have not intended for a single application
to use both APIs at once. Our intention was to make the two APIs
similar so that switching from one to the other does not have a large
learning curve.
Could you please describe your application and the need for using both
APIs at once?
Mark |