| Author |
Split up sequene diagrams
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
HI,
I am just wondering is it better to split up sequence diagrams into:
- interaction between Customer and Web Tier,
- interaction between Web and EJB Tiers
- EJB and other Tiers.
Or is it better to just have one sequence diagram showing all tiers at the sametime?
Cheers
|
 |
Mika Tapanainen
Ranch Hand
Joined: Jun 11, 2009
Posts: 91
|
|
Hello,
I think it is better to have one use case in one diagram. Otherwise it could be difficult to understand the use cases from the sequence diagrams.
BR,
Mika
|
SCJP, SCJD, SCEA
http://fi.linkedin.com/in/mikatapanainen
|
 |
K Abhijit
Ranch Hand
Joined: Mar 03, 2008
Posts: 88
|
|
Sequence diagram is for Technical guys so Use a single Sequence diagram as it gives entire end to end flow of the system; unless it become too complex to decipher it where you've to cut down few logical interaction into separate one...
You can also think of having it represented as Activity Diagram with swimlanes to underline the Actors/Component boundaries...
|
“The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'.”
|
 |
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
|
Resolved. I agree.
|
 |
 |
|
|
subject: Split up sequene diagrams
|
|
|