I just can't decide an the dependencies within my component diagram. Cade used nothing but <<uses>> stereotypes.
But in my opinion the dependencies should be the following:
- remote
EJB calls: <<Reference>> (following the JSR-26 standard, which maps JEE elements to UML)
- Calls between classes (same container): <<uses>>
- Calls to external system (e.g. via
SOAP or LDAP): <<call>>
- Access of DBs (e.g.
JDBC): <<uses>>
What do you guys say? Cade has such a simplified version of all diagrams, that I just can't believe that such a design will let you pass...