Re: Web based sequence diagram generator
- From: "bui" <buivandao@xxxxxxxxxxxxx>
- Date: 30 Mar 2007 10:29:27 -0700
On 27 Mar, 00:30, steve.ha...@xxxxxxxxx wrote:
Please try out my web-based sequence diagram generator.
I made this because I have to draw a lot of sequence diagrams at work,
for documentation. We have special MS Visio templates for UML but they
are not fun to use.
Now I just type into my tool at:
http://gandolf.homelinux.org/~smhanov/mscdraw/index.php
Then it spits out the image, which I copy and paste into my documents.
Example:
Alice->Bob: Authentication Request
Bob->Alice: Authentication Response
It also supports alt, opt, and loop:
Alice->Bob: Authentication Request
alt successful case
Bob->Alice: Authentication Accepted
else some kind of failure
Bob->Alice: Authentication Failure
opt
loop 1000 times
Alice->Bob: DNS Attack
end
end
end
--
Steve Hanovhttp://gandolf.homelinux.org/~smhanov
love it!
.
- References:
- Web based sequence diagram generator
- From: steve . hanov
- Web based sequence diagram generator
- Prev by Date: Use Cases
- Next by Date: Re: Separation of concerns
- Previous by thread: Re: Subtle improvement to sequence diagrams....Re: Web based sequence diagram generator
- Next by thread: Design pattern to sync objects
- Index(es):
Relevant Pages
|