Originally posted by James Wang:
I only diagram JSP,servlet,and BusinessDelegate in Component diagram,not in sequence diagram.
James,
I'm in the mood of doing it the other way round. Why should I show the interaction between entity beans in their struggle to find a route from A to B? That's basically a routing algorithm. So I'm tempted to just show the interaction between JSP, Controller, BD and Facade (and probably some VOs) in sequence diagrams and to omit the details of accessingthe involved entity beans.
On the other hand, the process of creating those damn sequence diagrams just exposed some flaws in my component diagrams.
cheers,
Harbo
[ September 03, 2004: Message edited by: H. Hafer ]