up vote 2 down vote favorite
5
share [g+] share [fb]

I made UML or a figure of server constitution with Visio so far. However, Visio was not usable by the circumstances of adult. Therefore I want to describe UML or a figure of server constitution by some other methods, but will there be anything, the recommended tool? I ask with a free thing.

link|improve this question

53% accept rate
feedback

9 Answers

up vote 5 down vote accepted

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|improve this answer
feedback

Try these, all are free:

link|improve this answer
feedback

I use SmartDraw for UML and architecture diagrams, it's pretty good. It's not free but there is a trial version you can test out.

link|improve this answer
I love SmartDraw. Used it for my college course (sub-uni level, I'm in the UK) after being very much annoyed by Visio's unfriendly interface. SmartDraw makes life so much easier... And it does so much! I personally used it for DFDs, Organisation Charts and a few flow charts. Also makes excellent PowerPoint presentations. – Saladin Akara Sep 5 '10 at 10:48
feedback

You can try JUDE Community for UML modeling. It is convenient, nice and has enough features.

link|improve this answer
+1 very clean/nice and not bloated UML modeling tool – Nappy Sep 5 '10 at 10:33
feedback

Try Visual Paradigm for UML. The community edition version is free.

link|improve this answer
Look at a comparsion between VP and BOUML: bouml.free.fr/benchmark.html#VisualParadigm. – anon May 19 '09 at 20:16
Very useful link. Do you know if this comparision is for VP Suite 4.0 for UML 7.0 vs an older verion of VP for UML 4.0 as the comparision states? – Kashif Awan May 19 '09 at 20:35
feedback

Take a look at Sparx Enterprise Architect.

One problem you may notice with this and all the other answers is that these are modeling tools. Visio was a diagramming tool, which is a different thing.

link|improve this answer
feedback

You can create UML class, sequence, component, use case, and activity diagrams in Visual Studio 2010 Ultimate. You can link these diagrams to Team Foundation work items so you can plan and track development and test work. You can also create sequence, dependency graphs, and layer diagrams from code and use Architecture Explorer to browse and explore your solution.

I've posted more links on my profile for more info.

link|improve this answer
feedback

Try BOUML: http://bouml.free.fr/index.html

I have used ArgoUML, but find it very difficult to use, and hard to generate diagrams quickly.

link|improve this answer
feedback

Inkscape - its free.

link|improve this answer
1  
-1 Inkscape, while quite good, is a general vector drawing app; it's not particularly suitable for diagrams. – sleske Mar 30 '10 at 13:21
feedback

Your Answer

 
or
required, but never shown

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