Re: Clean Object Class Design -- What is it?

From: Carl Rosenberger <carl_at_db4o.com>
Date: Sun, 22 Jul 2001 11:24:29 +0200
Message-ID: <9je68u$v2h$03$1_at_news.t-online.com>


Bob Badour wrote:
> >db4o needs one statement to store a tree of any complexity:
>
> I find it interesting that you made the above statement and then followed
 it
> with the 43 lines of code your product requires:
> >db.set(tree);
> >
> >public class Tree {
> >
> > public static class TopLevel extends Tree {
> > public Tree pid;
> > public List defs;
> > public Name sourcefile;
> > public PackageSymbol packge;
> > public Scope namedImportScope;
> > public Scope starImportScope;
> > public Hashtable docComments = null;

[30 lines of class definitions snipped]

Class definitions are essentially necessary for the application. They are a requirement of the respective application, not for our product.

Kind regards,
Carl

---
Carl Rosenberger
db4o - database for objects - http://www.db4o.com
Received on Sun Jul 22 2001 - 11:24:29 CEST

Original text of this message