vote up 35 vote down star
38

I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) would be nice, but I'd be willing to pay if the tool's worth it. What should I be using?

flag

27 Answers

vote up 22 vote down check

Some context: Recently for graduate school I researched UML tools for usability and UML comprehension in general for an independent project. I also model/architect for a living.

The previous posts have too many answers and not enough questions. A common misunderstanding is that UML is about creating diagrams. Sure, diagrams are important, but really you are creating a model. Here are the questions that should be answered as each vendor product/solution does some things better than others. Note: The listed answers are my view as the best even if other products support a given feature or need.

  • Are you modeling or drawing? (Drawing - ArgoUML, free implementations, and Visio)
  • Will you modeling in the future? (For basic modeling - Community editions of pay products)
  • Do you want to formalize your modeling through profiles or meta-models? OCL? (Sparx, RSM, Visual Paradigm)
  • Are you concerned about model portability, XMI support? (Sparx, Visual Paradigm, Altova)
  • Do you have an existing set of documents that you need to work with? (Depends on the documents)
  • Would you want to generate code stubs or full functioning code?(Visual Paradigm, Sparx, Altova)
  • Do you need more mature processes such as use case management, pattern creation, asset creation, RUP integration, etc? (RSA/RSM/IBM Rational Products)

Detailed Examples: IBM Rational Software Architect did not implement UML 2.0 all the way when it comes to realizes type relationships when creating a UML profile, but Visual Paradigm and Sparx got it right.
Ok, that was way to detailed so a simpler example would be ArgoUML has no code generation features and focuses on drawing more than the modeling aspect of UML.
Sparx and Visual Paradigm do UML really well and generate code well, however, hooking into project lifecycles and other process is where RSM/RSA is strong.
Watch out for closed or product specific code generation processes or frameworks as you could end up stuck with that product.

This is a straight brain dump so a couple details may not be perfect, however, this should provide a general map to the questions and solutions to looking into.

NEW - Found a good list of many UML tools with descriptions. Wiki UML Tool List

link|flag
could you please include a link to your evaluation if it is able to be published. I recently did a simpler evaluation for a client and picked Sparx EA (for models, codegen, code import, drawing, extensible) which is lean enough it still runs very nicely on low-spec Macs under Virtual PC. – Andy Dent Feb 2 at 5:51
Sorry for the delay. I actually did research informally around the tools. For my main research I did not even use a UML tool, just paper and a pencil. I have continued looking a these tools. Each have their strengths. RSM/RSA in my opinion would not run very well on low spec macs for example. – Ted Johnson Mar 24 at 2:40
vote up 18 vote down

For my simple & short UML working, I've used this tool:

StarUML - http://staruml.sourceforge.net/en/

Great free software for UML drawing.

link|flag
is staruml still under active development? – fawce Nov 18 '08 at 20:36
Unfortunately looks like it is Windows-only. Being cross-platform is one of my first requirements when it comes to choosing a tool for my team. – Adam Byrtek Jan 1 at 20:54
Unfortunately the project seems to be dead. Check the recent discussion at source forge for more details: sourceforge.net/forum/… – Piotr Czapla Apr 23 at 19:11
vote up 5 vote down

I haven't been able to find a top-notch free UML diagramming tool, but if you're interested in pure diagramming, as opposed to round-trip-engineering, I'd go with Microsoft Visio. If you want full round-trip engineering, Rational Rose.

This list of UML tools on Wikipedia might also come in handy.

link|flag
vote up 1 vote down

You might want to check out ArgoUML. It's not the best tool I've ever used, but it's one of the better free ones I've seen. It's a little slow because it's written in Java, but it let's you do some basic UML diagrams with relative ease.

link|flag
1  
I would say nay on that, I butted my head against that wall for a month and there's got to be something better. Far too clunky and an un-intuitive UI. – George Mauer Sep 9 '08 at 14:37
Argo is still primative but is the only truely open source UML tool available. – Martin Spamer Oct 27 '08 at 16:59
it's not slow because it's written in Java, it's slow because it's a work in progress and I believe the developers have had any time to work on performance issues. – Ubersoldat Dec 31 '08 at 11:45
@Martin: refresh your research on actual OS UML tools, there are new tools, especially BoUML, which is great. – anon Jun 4 at 9:02
vote up 2 vote down

Dia is a possible choice. It's definitely not the best tool, but it is functional.

link|flag
vote up 3 vote down

Enterprise Architect from Sparx systems is the best tool I've used. A bit expensive at $199 (professional edition), but IMO it's worth it.

link|flag
I really enjoy using Enterprise Architect. I don't consider it all that expensive, especially for professional use. And when you compare it in price and features to rational rose it wins hands down. – Ajaxx Jan 9 at 21:26
having just done an eval for a client, I agree - $199 is superb value considering it includes code import and codegen! Nothing came close in cost-effectiveness. – Andy Dent Feb 2 at 5:52
vote up 1 vote down

You might want to take a look at MagicDraw or Visual Paradigm for UML. Both offer community editions that, of course, don't span the full feature range, but may well be sufficient if you want to create diagrams only and not generate code or do full round-trip engineering.

link|flag
vote up 2 vote down

Obviously if you are serious about UML in the long run you need to use a software UML tool like the ones suggested in the other answers, but I've found that a whiteboard is one of the best tools for UML diagramming, especially during the design phase, or when you are exploring different alternatives. Nothing beats a whiteboard for speed/flexibility in my mind. They are also great for collaboration assuming you are collocated physically.

link|flag
vote up 20 vote down

For me it's Enterprise Architect from Sparx Systems. A very rounded UML tool for a very reasonable price.

Very strong feature list including: integrated project management, baselining, export/import (including export to html), documentation generation from the model, various templates (Zachman, TOGAF, etc.), IDE plugins, code generation (with IDE plugins available for Visual Studio, Eclipse & others), automation API - the list goes on.

Oh yeah, don't forget support for source control directly from inside the tool (SVN, CVS, TFS & SCC).

I would also stay away from Visio - you only get diagrams, not a model. Rename a class in one place in a UML modelling tool and you rename in all places. This is not the case in Visio!

link|flag
After trying a dozen or two UML tools, I've also settled for EA by Sparx. I'm using only 5-10% of its capabilities, though... :-) – Yarik May 20 at 21:14
vote up 7 vote down

As I usually use UML more as a communication tool rather than a modeling tool I sometimes have the need to flex the language a bit, which makes the strict modeling tools quite unwieldy. Also, they tend to have a large overhead for the occasional drawing. This also means I don't give tools that handle round-trip modeling well any bonus points. With this in mind...

When using Visio, I tend to use these stencils for my UMLing needs (the built in kind of suck). It could be that I have grown used to it as it is the primary diagramming tool at my current assignment.

OmniGraffle also has some UML stencils, but I wouldn't recommend that as a diagramming tool as it has too manu quirks (quirks that are good for many things, but not UML). Free trial though, so by all means... :)

I've been trying out MagicDraw a bit, but while functional, I found the user interface distracting.

Otherwise i find the Topcased an interesting project (or group of projects). Last I used it it still had some bugs, but it worked, and seems to have evolved nicely since. Works great on any Eclipse-enabled platform. Free as in speech and beer :)

As for the diagramming tool Dia, it's quite ugly (interface and resulting drawings), but it does get the job done. An interesting modeling tool free alternative is Umbrello, but I haven't really used it much.

I definitely agree with mashi that whiteboards are great (together with a digital camera or cellphone).

Probably some of the nicest tools I've used belong to the Rational family of tools.

link|flag
The stencils for Visio worked for me. Thanks! – grigy Aug 21 at 11:39
vote up 3 vote down

If you're looking to get out the door and working on UML without having to learn a complex new tool I would check out Violet UML. I've used it to some pretty great success in the past.

link|flag
Screenshot: img516.imageshack.us/img516/2069/… .It's by far the best free uml tool in my view – Chris S Apr 1 at 15:18
vote up 3 vote down

Try alt text

But, It is NOT free

It has amazing features.. Check the screenshots here.

And they have alt text and alt texttooo..

link|flag
vote up 4 vote down

Visual Paradigm for UML

I'm very fond of Visual Paradigm for UML It's very powerful and has a free Community Edition and cheap Personal Edition as well.

Agilian

For Agile modeling there's also Agilian which is a bit more flexible, adds extra features to support smartboards and knows mind-mapping as well.

The thing I like most about their products is the flexibility. I'm using Enterprise Architect at work nowadays but I think it's not smart enough. I want to be able to quick-brainstorm some sequence diagrams and have the application keep my model up-to-date in the background, something VPUML does a very good job at.

In my opinion it's way better than Enterprise Architect, though that is a great tool as well :)

link|flag
one up for Visual Paradigm :) – m3rLinEz Dec 31 '08 at 11:48
vote up 0 vote down

+1 for StarUML, I've used for several years & it is very useful.

link|flag
vote up 0 vote down

As mentioned, ArgoUML is a decent tool for UML 1.4 and has recently (Autumn 2008) been receiving some much needed maintainance updates.

link|flag
vote up 4 vote down

Take a look at BOUML: free, multiplatform (QT), works pretty well and supports colaborative work.

BOUML is a free UML 2 tool box (under development) allowing you to specify and generate code in C++, Java, Idl, Php and Python.

BOUML runs under Unix/Linux/Solaris, MacOS X(Power PC and Intel) and Windows.

link|flag
vote up 0 vote down

You may be looking for an automated tool that will automatically generate a lot of stuff for you. But here's a free, generally powerful diagramming tool useful not only for UML but for all kinds of diagramming tasks. It accepts as input and outputs to a wide variety of commonly used file formats. It's called yEd, and it's worth a look

link|flag
vote up 0 vote down

Rational and Together/J are best-of-breed products, but expensive.

In my experience, I've enjoyed Eclipse Omondo and Sparx Enterprise Architect. Omondo integrates nicely with Eclipse for code generation, and has a very intuitive feel. However, it is strongly tied to Java. Sparx is a good tool for the price point, but lacks the full range of UML 2.0 diagrams.

Do NOT bother with Poseidon. It is buggy, bloated, and unusuable for all intents and purposes.

link|flag
vote up 43 vote down

For sequence diagrams, try websequencediagrams.com. It's free, and lets you quickly bang out a diagram without any fussing around with lines and stencils.

Alice->Bob: Authentication Request
note left of Bob: Bob thinks about it
Bob->Alice: Authentication Response

link|flag
How very handy! +1 – Dynite Oct 8 '08 at 9:14
Steve, that's great, thanks. – SquareCog Oct 11 '08 at 8:58
Thanks Steve. This was useful. – Vivek Kodira Oct 26 '08 at 3:31
It's interesting but I'm not sure I see the value of it being web based - surely it would be better to have it on your PC and you can save files etc - and a GUI, drag and drop is surely easier than scripting you have to know. – Vidar Mar 25 at 19:00
Really great site! However, for real usage I'm with Simon: can't see me using it on a live project. – Sean Kearon Mar 29 at 21:59
show 3 more comments
vote up 0 vote down

For sequence diagrams you can also try Trace Modeler. It's not free but it has a great interface, very friendly and productive. You can use it on any platform.

link|flag
vote up 3 vote down

Pen and paper. If you can get the scan into a vector format, that may be useful when making minor amendments.

link|flag
vote up 2 vote down

In my opinion StarUML is the best.

link|flag
vote up 0 vote down

I will add UMLet which I haven't tried yet, but have been selected at my office to start doing diagrams.
Looks simple, diagrams aren't sexy, but it seems quite complete with regard to the kind of diagrams you can do. Seems to have good export capabilities too (important!), is flexible can support custom components) and can be used as Eclipse plugin.

link|flag
vote up 0 vote down

ArgoUML.

I used this for my thesis and it is well-designed: maybe it has too much feature not very important but I prefer have some uselee feature than don't have some useful feature.

link|flag
vote up 0 vote down

I can't believe no one has mentioned NetBeans UML Editor, it's great and satisfied all of my Java based UML requirments.

This after I tested JDeveloper UML, ArgoUML and StarUML.

link|flag
vote up 1 vote down

I strongly recommend BOUML. It's a free UML modelling application, which:

  • is extremely fast (fastest UML tool ever created, check out benchmarks),
  • has rock solid C++, Java, PHP and others import support,
  • is multiplatform (Linux, Windows, other OSes),
  • has a great SVG export support, which is important, because viewing large graphs in vector format, which scales fast in e.g. Firefox, is very convenient (you can quickly switch between "birds eye" view and class detail view),
  • is full featured, impressively intensively developed (look at development history, it's hard to believe that such fast progress is possible).
  • supports plugins, has modular architecture (this allows user contributions, looks like BOUML community is forming up)

Believe me, there is no better tool. StarUML is a retarded turtle compared to BOUML. ArgoUML simply doesn't work. Dia is a ergonomy^-1 software.

link|flag
vote up 0 vote down

Just throwing in my two bits here, but I found ArgoUML to be very useful. It takes a little while to get used to it and its a bit buggy (last I checked it was in version .29 or so) but it works pretty well once you get used to it. It handles all types of UML diagrams, which is why I prefer it. Also, its made by tigris, the same people who made subclipse, an SVN repository plug-in for Eclipse.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.