posted 19 years ago
Hi folks,
I am having a hard time deciding what to show in the class diagram for the following situation.
For example Address, I have a domain class as well as an entity bean. The entity bean takes the domain object in it's ejbCreate. I would like to know which class I show in my class diagram. Should I show the domain class Address or the entity bean by putting a stereotype as <<entitybean>>. Or, should I use the entity bean in the component diagram and sequence diagram only and use the domain object in the class diagram
All expert advices will be appreciated.
Thanks a bunch in advance.
Bijan