Source code for generating class diagrams

How can I generate class diagram and other related modeling diagrams from source code?

I'm open to any tool (Eclipse plugin, etc.), but does Netbeans have a plugin for it too?

+2


a source to share


5 answers


I have used StarUML for a Java project and I liked it.



+4


a source


You can use Eclipse with a UML plugin to modify your Java code.



Once the reverse, you just need to export the image to PNG, JPG format (I recommend PNG because the image is better). Then copy this image export model to the netbeans project. Some of my friends do it and it works well. They prefer netbeans over Eclipse for Java EE integration with Glassfish, so they only use Eclipse for the GEF / EMF graphics power to get good diagrams and use their favorite NetBeans IDEs.

+1


a source


0


a source


I used ArgoUML for modeling. This is a good open source project and I found it to be a good, cheap alternative to commercial products.

0


a source


To whom:

try ObjectAid UML Explorer .. I am using eclipse IDE .. I find it very useful ..

0


a source







All Articles