How-to model a composite design pattern of java in the database (and repository)!

2004-04-28 Thread Georg Klima
Hello! I'm quiet new to ojb and maybe haven't read all possible materials about it. Excuse me if this is real newbie!! Problem: I have a library (university project) which has a COMPOSITE PATTERN (the one from gamma et'al) for implementing the storing of different types of objects (cds, books...

Re: How-to model a composite design pattern of java in the database (and repository)!

2004-04-28 Thread gfaerman
Georg, We went through these type of problems several times now. And I would say that using some tools we´ve resolved them "trusting" the tools proposed solutions (we believed those tools bring us others collegues knowledge and experience to our IDEs). This approach let us focus on the business

How-to model a composite design pattern of java in the database (and repository)!

2004-04-28 Thread Georg Klima
Hello! I'm quiet new to ojb and maybe haven't read all possible materials about it. Excuse me if this is real newbie!! Problem: I have a library (university project) which has a COMPOSITE PATTERN (the one from gamma et'al) for implementing the storing of different types of objects (cds, books...