Tagged Questions
2
votes
2answers
226 views
Can I create domain schema only (without any data) in Amazon SimpleDB?
I am evaluating Amazon SimpleDB at this time. SimpleDB is very flexible in the sense that it does not have to have table (or domain) schemas. The schema evolves as the create / update commands flow ...
0
votes
2answers
159 views
DDD Modeling question
I have these two structures in my domain: Exercise (with subjects, solution, difficulty ext.) and Subject which has a name and a father subject. Subject is defined by its attributes so in that sense ...