Hi
I am little bit confusing too with the architect experts class diagrams in various books to actual basics.
May be
SCEA in the group clarify us. If A associates B, does A should hold the reference in class A implementation? We normally enhance Business Object diagram, actual implementation of business could be handled by some business handlers, there may not be direct reference in the class implementation, but as per business association is still enforced, what do we do in this situation, should we follow cade's or similar author class diagrams or go by basics?
I will give simple example, a busineess handler class enforce the business with creating order, creating it's items etc. but Order is associated to item per business diagram, implementation is done by business handler, actual order entity class does not have attribute to item entity class?
If you look at any author class diagrams, each single class some how associated with another. I did reverse engineering petstore, ther are many classes not even associated, some associated but not associated with remaining(order-orderdao, but order not with other classes)
Thanks,
ravi