eKek0
eKek0

Reputation: 23289

Any free UML modeling tool that runs on native Win32?

I know about ArgoUML, an UML modeling tool that needs java to run.

I'm looking for something similar, but which doesn't need java.

Upvotes: 3

Views: 699

Answers (7)

anon
anon

Reputation:

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.

Upvotes: 1

GMzo
GMzo

Reputation: 89

Software Ideas Modeler (Non-Commercial Use) It is a perfect CASE tool.

Upvotes: 0

Georges
Georges

Reputation: 424

I recommend GenMyModel, to create UML-compliant models online, without installing anything on your computer. It's a new UML online tool allowing to design UML2 models, export them and generate code. As it's entirely web-based, you don't need Java to use it, only a web browser.

Upvotes: 6

Ted Johnson
Ted Johnson

Reputation: 4343

This wiki list provides a pretty comprehensive list of free and pay UML tools, often you can tell if it runs natively in windows.

http://en.wikipedia.org/wiki/List_of_UML_tools

Oddly enough why whould you have a requirement to run natively? So just not Java. Too bad you can't choose by features or capabilities.

Upvotes: 0

Jorge Zuanon
Jorge Zuanon

Reputation: 1354

"Dia for Windows"

Dia is inspired by the commercial Windows program 'Visio', though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.

Upvotes: 0

duffymo
duffymo

Reputation: 308753

JUDE Community edition is terrific. Does the round trip for Java 5 if that's your implementation language.

Upvotes: 1

SimonV
SimonV

Reputation: 511

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

Upvotes: 3

Related Questions