vote up 1 vote down star
1

Yop

I would like to know what guys are using to make diagram of your application/service architecture ?

I would like to make diagrams representing the different layer of the whole application and for some parts go deeper (class level)

Visio is it a good deal for this?

thx in advance.

flag

9 Answers

vote up 3 vote down check

Visio

link|flag
I'll go with Visio. thx – gilloux May 11 at 6:37
vote up 2 vote down

Enterprise Architect

link|flag
vote up 3 vote down

I used dia, for couple of my small (300+ classes) projects, that I did for my school/work.

It is general enough so you can draw anything in it, and it even can generate code.

link|flag
a small project with 300+ classes? maybe not..... – Mitch Wheat May 10 at 13:16
My projects tend to be that size, I worked on couple 'big enterprisey' projects in JAVA that had thousands classes, i consider them big. – jb May 10 at 14:26
vote up 0 vote down

There are a lot of UML tools that can be used to draw UML diagrams. Some of them can also generate skeleton code etc but you don't have to bother with that if you don't want to.

Here's a couple of open source uml tools:
StarUML (windows)
UMLet (runs in java on windows, linux, mac)

edit: For the sortof diagram you are talking about - application/service architecture - you could draw a UML Deployment Diagram

edit2: For non-UML diagrams sounds like Dia is a good open source alternative to Visio

link|flag
vote up 0 vote down

I use dia for this task

link|flag
vote up 0 vote down

it's not really to make uml diagrams but more "general diagram" of the whole architecture of an application (which is more like a service compound of several application)

link|flag
You can draw UML Deployment Diagrams for that : ) en.wikipedia.org/wiki/Deployment_diagram – codeulike May 10 at 15:33
vote up 0 vote down

I use inkscape to visualize class interactions and architecture. It's a general purpose SVG editor, so you're free to be more creative and expressive in your diagrams than with Dia or Visio (both of which I've used).

The learning curve is gentle, it provides everything I've ever needed for building graphs and flow charts, and once you've got the hang of it, you've got a very powerful graphics editor in your arsenal.

link|flag
vote up 0 vote down

we use Dabbleboard. It's great for remote team members. just give them a url and it updates on the fly. here is a link to one of our diagrams

http://dabbleboard.com/draw?b=135471&i=7&c=7b1781adc4a54887d5d414378575b890e38469de

link|flag
vote up 0 vote down

There are many different modeling tools out there, I just discovered ArgoUML [http://argouml.tigris.org] which you might want to check out.

link|flag

Your Answer

Get an OpenID
or

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