How should i display entity beans? Do in need to show all the three, home interface, remote interface and the bean? I'm using rose to generate the EJB in the class diagram, but its making my class diagram cluttered. Thanks.
No, don't display the home, remote and bean classes. Instead just use a stereotype along with the class name. Eg - <<sessionbean>>XYZController <<entitybean>>OrderItem
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
can you elaborate a bit more or provide a link of how uml 1.4 model the ejb. If I create a new stereotype for session or entity bean. what happens if I need to pass remote interface as parameter in my session facade class. thanks in advance.