I’ve been using ArgoUML for “uml sketching” for a while and it’s just too painful. I’ve also use ditaa + emacs but that’s also a little bit painful to be honest... Finally, I’ve tried graphviz’s dot tool but that one is beyond any levels of pain that I’m willing to endure.

Does anyone have a nice UML sketching tool to recommend? By sketching I mean class diagrams basically, without any reverse engineering of code, no code generation, no validation, just drawing.

And has anyone used umlgraph and can give an opinion on it? I’m going to try that next but if it’s shit I’d like to avoid wasting my time.

link|improve this question

feedback

8 Answers

up vote 2 down vote accepted

Violet UML seems pretty simple to draft UML. There is also an online tool called yUML, with a text API.

link|improve this answer
feedback

I don't think its UML specific, but you can still make all of the same shapes using omnigraffle. It is mac only. I'm not a fanboy at all (I used this at a job that provided a macbook pro - I've never owned my own); but this was hands down the best graphing/diagram software I've ever used.

As I said, it isn't UML specific, but I was using to make UML diagrams and it was very easy to figure it out.

link|improve this answer
+1, I agree! Sucks that's it Mac only though... – LWoodyiii Apr 12 '11 at 16:27
Ya, they really should make at least a windows version. They could put every other graphing/diagram tool out of business. – Dave Apr 12 '11 at 20:10
feedback

You could try dia. I grabbed it yesterday to make a simple diagram. It's pretty easy to use and has a UML template.

link|improve this answer
feedback

Creately is also nice

link|improve this answer
feedback

I use gmodeler.com. It just does class diagrams.

Good things

  • Very simple feature set. Great UI. Very easy to use.
  • Attractive UI.
  • Don't have to login/create an account
  • Can save diagrams
  • Free

Bad things

  • Hard to collaborate -- have to export to xml (I don't care)
  • Can't access diagrams from any machine because it saves to your browser (I don't care)
  • Can't export as image or pdf (I can take a screen shot)
  • Can't generate code for most languages
  • Very simple feature set. (I don't care)
  • Each class has an 'Event' list which I don't need and I can't get rid of.
link|improve this answer
feedback

I use StarUML - not actively maintained but does the job for sketching.

link|improve this answer
Hmm... just realised you may not be using Windows – PhilMY Apr 12 '11 at 16:21
feedback

Doesn't sound like you're a windows guy, but Visio does fine for sketching.

link|improve this answer
feedback

I've been using JUDE Community Edition (now known as astah* community edition) for simple UML sketching. It has all the UML 2 diagram types, is pretty fast to get used and can export your diagrams in some common image formats. Just what you need for some quick, perhaps invalid, UML drawing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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