From: steve.hanov on
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 Hanov
http://gandolf.homelinux.org/~smhanov

From: bui on
On 27 Mar, 00:30, steve.ha...(a)gmail.com 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!