| Author |
Sequence Diagram: How to display JSP to JSP transition?
|
san kumar parihar
Ranch Hand
Joined: Dec 05, 2010
Posts: 30
|
|
An action on Input.jsp returns Output.jsp as outcome to the Actor. How do we display this basic interaction in sequence diagram? By default the return arrow comes back to where we started from (which is Input.jsp) but that is not what actually happens.
Is it fair to remove the return arrow from Controller to Input.jsp
Actor --> Input.jsp --> Controller --> Backend
And then show:
Actor --> Output.jsp
|
 |
Will Myers
Ranch Hand
Joined: Aug 05, 2009
Posts: 285
|
|
Why can't you just do something like:
|
 |
san kumar parihar
Ranch Hand
Joined: Dec 05, 2010
Posts: 30
|
|
Will - If "return" arrow (as you depicted) is synchronous invocation to Output.jsp from OtherStuff, then will Actor invoke same "execution occurance" on Output.jsp (verical rectangle running down) for the next activity? I hope that does not break any UML standard.
PS: I am using Rational Software Architect.
|
 |
 |
|
|
subject: Sequence Diagram: How to display JSP to JSP transition?
|
|
|