Generate UML from Java source

Because I have a big project I must generate the UML for this. Writing UML for 300 classes is overkill.

So is there any solution to generate the diagrams for me?

PS
I am using Netbeans.


Depending what you need the UML diagrams for, you might want to extract the concepts out of your "300 classes" and make the UML diagrams yourself- it probably helps finding architectural flaws also. Mass converting Code to UML just for the purpose to have UML is usually not very desirable.

If you really need it, yes Enterprise Architect is a good way to go. - classic.


我认为sparxx系统的Enterprise Architect可以从Java类创建UML


Try http://netbeans.org/features/uml/ It supports Reverse Engineering of code. Of course all you are going to get is Class Diagrams.

链接地址: http://www.djcxy.com/p/46128.html

上一篇: 设计各种屏幕尺寸的软件界面

下一篇: 从Java源生成UML