• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tools to draw sequence diagram?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

can you suggest me a simple tool which is used to draw sequence diagram?
I am using agrouml now, but would like to know whether is there any effective/simply tools available for drawing sequence diagram?

Thanks,
Sundar
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try JUDE for creating UML diagrams.
 
Ranch Hand
Posts: 93
IntelliJ IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sundaresan ganapathy wrote:Hi All,

can you suggest me a simple tool which is used to draw sequence diagram?
I am using agrouml now, but would like to know whether is there any effective/simply tools available for drawing sequence diagram?

Thanks,
Sundar



If you use Eclipse you can install a plugin called Umlet that is so simple that is fantastic.... well, it's only my opinion
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use http://PlantUML.com or http://sequencediagram.org depending on the diagram type
 
Rancher
Posts: 2759
32
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are hundreds of them, and none of them can read each other's files (Ironic that "Universal" Modeling Language doesn't have a standard file format). If youare going to share the diagrams with a team look for a tool that everyone is comfortable with. If they are already using one, stick to it.
 
Peter Hansson
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, that's the upside of the scripting diagrams since they mostly use the same/compatible language:
plantuml.com
sequencediagram.org
websequencediagrams.com
http://bramp.github.io/js-sequence-diagrams/
....
..

so, it is rather "future safe" since all of them are hardly going to die of. I think it is plant UML that started the syntax but put it out there without license so that's why it is spreading.

sequencediagram.org is the only one of them where you can generate the script by drawing by hand though...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic