Loading Composite Object Model
Design and Architecture
3
Posts
3
Posters
4
Views
1
Watching
-
I have an object model in line with GOF Composite pattern. The database has 2 tables presently. One to store the component(composite or primitive) and the other to store association/relationship. Looking some direction/advice on how to go about loading the composite from database. Thanks.
-
I have an object model in line with GOF Composite pattern. The database has 2 tables presently. One to store the component(composite or primitive) and the other to store association/relationship. Looking some direction/advice on how to go about loading the composite from database. Thanks.
-
Have a look at Active records in the Castle project[^]
Magnus Sälgö Sälgö Consulting AB, Sweden