Hello Guest

Create UML diagram

  • 3 Replies
  • 10193 Views
Create UML diagram
« on: September 22, 2008, 17:21:42 »
Hello,

Our project is getting bigger and bigger and I think it is time to make an UML class diagram of it. The problem: The programm I tried, DIA, is full of words I never heard before. Additionally I never made an UML Diagram before.

So my question is.
Does an application exist, that allows you to create UML Diagrams for Java? It should be small and not full of functions you will never need for java modeling.
And can you recommend me a tutorial for UML modeling for java?

thanks!

*

Offline mot

  • **
  • 57
    • http://www.catnapgames.com
Re: Create UML diagram
« Reply #1 on: September 22, 2008, 17:36:15 »
maybe google what you just asked
or maybe forget uml and just refactor your code a bit.

http://www.google.com/search?hl=en&q=UML%20Diagrams%20for%20Java

(no offense, the results are really full of what you might want!)
Tom Andrle - Catnap Games - http://www.catnapgames.com

Re: Create UML diagram
« Reply #2 on: September 22, 2008, 17:50:34 »
Netbeans has a very powerful and easy to use UML module: http://www.netbeans.org/features/uml/

Ciao Matthias

Re: Create UML diagram
« Reply #3 on: September 22, 2008, 17:52:39 »
Thanks. I had already googled but was frustrated I found nothing. Now I googled again and found a nice tutorial. I'll try netbeans.
Regards
Leon