Hi All,
I have a Java program and I want to see the relation between the
classes in a visual manner (e.g. UML). Is there any tool , preferable
free, for converting a java package into some graphical representation?
Thanks a lot.
Thomas Kellerer - 27 Sep 2006 22:39 GMT
jack.smith.sam@gmail.com wrote on 27.09.2006 23:19:
> Hi All,
>
> I have a Java program and I want to see the relation between the
> classes in a visual manner (e.g. UML). Is there any tool , preferable
> free, for converting a java package into some graphical representation?
> Thanks a lot.
You can try NetBeans 5.5 with the Enterprise Pack or JDeveloper
Both are free, but need quite powerful workstations
Thomas
IchBin - 28 Sep 2006 01:11 GMT
> Hi All,
>
> I have a Java program and I want to see the relation between the
> classes in a visual manner (e.g. UML). Is there any tool , preferable
> free, for converting a java package into some graphical representation?
> Thanks a lot.
There is a nice one called JUDE. They do have a free Community version.
Here ia a Wikipedia reference:
http://en.wikipedia.org/wiki/Jude_(UML_Tool)

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Filip Larsen - 28 Sep 2006 07:35 GMT
Jack wrote
> I have a Java program and I want to see the relation between the
> classes in a visual manner (e.g. UML). Is there any tool , preferable
> free, for converting a java package into some graphical representation?
I can recommend the open source tool ArgoUML [1] which includes support
for importing java source and class files.
There is also a nice commercial extension of ArgoUML called Posidon for
UML made by Gentleware [2], but the free community edition of that
product do not, as far as I know, support Java importing. For that
feature you need at least the standard edition, which is not free.
[1] http://argouml.tigris.org/
[2] http://www.gentleware.com/
Regards,

Signature
Filip Larsen