posted 14 years ago
[code]In the Mark Cade book, figure 9.3 - shows a class diagram of a domain model.
I have 3 question about it.
1. Is it normal to show jsps in class diagram?
2. wood, steel, concrete is extending availabiltyItem
Shouldn't this be just an association relationship?
3. On the availabilityNotice, it has properties
wood: List<Wood>, steel:List<Steel>, concreate:List<concreate>
Can this be replaced by a composite object called say product so that I can group three properties into one
product: List<product>
so that in the future more product can be added without changnig availabilityNotice class? or is this too fine grained for scea 5 class diagram?
Thanks[/code]
Some one on the forum has posted a link to scanned copy of the chapter 9. I could not find the link today, sorry.