views:

86

answers:

5

I'm looking for a tool in which I can draw highlevel overviews of proposed system architectures at a class level.

I'd probably be looking for a UML editor. I wouldn't be looking to tie myself to a language here, but I mostly work in C/C++, Java and Python in a Linux environment.

I'd also appreciate any advice or book recommendations in software engineering.

Thanks in advance.

+1  A: 

Have you looked at DIA for diagramming?

As for books, the list is endless.

You can find more right here on SO.

Oded
DIA looks good. Thanks.
kobrien
Dia just draws diagrams, they don't mean anything to Dia.
reinierpost
A: 

Duplicate... of two questions

Software Engineering Books

UML Diagraming

And as a side note.. my favorite is Enterprise Architect (eval edition) – Nix

Nix
Ah, noted. Thanks.
kobrien
A: 

I am using Enterprise Architect from Sparx Systems for last more than two years and I am happy. This is very good and light tool. Earlier I user Rose and other IBM-Rational tools. I found them unsatisfactory.

Kangkan
+3  A: 

There is a whole mess of Linux UML tools here.

In Windows I sometimes use StarUML.

waffleman
StarUML works for me
nonnb
looks like a good resource. cheers.
kobrien
+1  A: 

Hello for drawing architectures, there are NOT very good tools, and much less for linux, But you can use a generic uml design tool in order to make some architecture scketch. For linux one of the best is ArgoUML (as is said in case-tools.org and it is open source) another tools in linux here: http://case-tools.org/linux.html after see the ones for linux try the multi platform tools

good luck.

alud
coo cool. i'll look into that
kobrien