Re: What type of DB model is this?

From: Carl Rosenberger <carl_at_db4o.com>
Date: Wed, 15 Aug 2001 15:09:00 +0200
Message-ID: <9ldsev$g9g$00$1_at_news.t-online.com>


Mark Cunningham wrote:
> I am writing a program in Java

[snip]

> It's a single user system. The data would be stored on the
> user's hard drive or CD.
>
> * number of transactions
> Very few - not enough to be an issue
>
> * queries
> Very simple retrieval, based on hierarchical selections.
>
> I don't really want to get into OO or XML as I know nothing about them at
> the moment - really just a few tips on the data structure I should use.
> You mention flat files - that may be the best option - anybody got any
> suggestions for the best way to store my data.

Hi Mark,

I suggest that you evaluate our object database engine. It stores Java objects as they come. You will have zero work to configure the engine, to modify classes in any manner or to set up a "database scheme". Reflection recognizes the classes you use automatically. If you deploy your application on CD, there are no installation problems either. All you need is our 80kB Jar in the CLASSPATH.

Kind regards,
Carl

---
Carl Rosenberger
db4o - database for objects - http://www.db4o.com
Received on Wed Aug 15 2001 - 15:09:00 CEST

Original text of this message