vote up 1 vote down star

I am trying to get a sense of what tools people are using for system modeling? Right now I use:

  • Data Modeling - Erwin
  • System Architecture - Visio
  • UML - Visio

I have been looking for a good freeware data modeling tool that can rival Erwin, but haven't found anything yet. I have always wondered if tools like Popkins System Architect are any good too.

flag

4 Answers

vote up 3 vote down

Here are quite a few related questions (and lots of answers) on the subject of UML:

http://stackoverflow.com/questions/15376/whats-the-best-uml-diagramming-tool

http://stackoverflow.com/questions/149873/if-you-dont-design-in-uml-then-what-do-you-design-in

http://stackoverflow.com/questions/149746/open-source-analysis-design-tools

http://stackoverflow.com/questions/212553/what-tools-do-you-design-software-with

http://stackoverflow.com/questions/33643/diagramming-software-for-a-developerdesigner

I'm sure there are other threads on SO about this, but this is a start.

Personally, I have used DBDesigner for my DB development and typically whiteboard solutions for our software design. We don't do a lot of UML in-house with formal tools, though I've used it before (Rational Rose...ugh, what a poor app that was) and in a larger setting with a large developer base, I could see some utility in the diagrams. Our outfit is small so we can whiteboard solutions more effectively.

Hope they help!

link|flag
vote up 1 vote down

For databases, if you want more than just drawing ERD diagrams, e.g. conceptual modeling, I suggest Object Role Modeling, and VisioModeler is free. Note: it doesn't have much if anything to do with Visio.

Here are the Agile creds and some introductory info.

I haven't traditionally had much luck using ERD diagrams to explain anything useful to non-programmers.

Scott Ambler

Scot Becker

link|flag
vote up 2 vote down

Personally, I subscribe to the philosophy that the code is the design.

Tools used: pen & paper, whiteboard, IDE.

link|flag
vote up 0 vote down

I use Microsoft Word to draw shapes and lines and such to be honest. It's pretty easy and looks good. I don't need all the technical constraints and such to draw most models. If they get too complex or detailed they end up being impossible to read anyway.

link|flag

Your Answer

Get an OpenID
or

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