开发者

Source code to class diagram generation

开发者 https://www.devze.com 2022-12-29 00:00 出处:网络
How can I generate a clas开发者_开发知识库s diagram and other related modeling diagrams from source code ?

How can I generate a clas开发者_开发知识库s diagram and other related modeling diagrams from source code ?

I am open to any tool (Eclipse plug-in etc) but does Netbeans has a plugin for it too?


I've used StarUML for a Java project, and I liked that.


You can use Eclipse with a UML plugin to reverse the java code.

Once it is reverse you just need to export the image to a PNG, JPG format (I recommend PNG because the picture is better). Copy then this model export picture into the netbeans project. Some of my friends are doing it and it works well. They prefer netbeans to Eclipse for Java EE integration with Glassfish, so they only use Eclipse for the graphical power of GEF/EMF in order to get nice diagrams and still use their favorite IDE Netbeans.


Here is a nice tool: http://java2uml.gforge.enseeiht.fr/


I've used ArgoUML for modeling. It is a good open-source project and i've found it to be a good, cheap alternative to commercial products.


To anyone:

try ObjectAid UML Explorer.. i am using eclipse IDE.. i find this very helpful..

0

精彩评论

暂无评论...
验证码 换一张
取 消