I'm looking for a free and easy-to-use UML diagramming tool for Java. In particular I'd looking for something that would integrate with Eclipse, as most of my codebase is in Eclipse.
Any recommendations?
|
8
|
|
|
|
|
|
I've evaluated several Eclipse based UML tools, and the best by far, in my opinion, was the free edition of Soyatec's eUML2 (http://www.soyatec.com/euml2/). Having said that, I should qualify that eUML2 was suitable for me, in the sense that I was looking for:
If you need more diagrams than what I needed, but are willing to put up with lack of SCM integration, you may want to look into the free version of Omondo EclipseUML (http://www.eclipsedownload.com/ - as far as I can tell, this is a fork of Soyatec's product), which supports 5-6 different diagrams types, IIRC, but will disable itself if it detects that you've turned on SCM integration on your project (which I find very annoying). Alternative, you can pay for the full versions of either of these. They are really expensive though. Let me know if you need more details. |
||
|
|
|
|
I think NetBeans had one too. What I used to do was write my code, then create the UML from the code. Management wants UML, fine they'll get it.... |
||
|
|
|
|
Take a look at http://www.objectaid.com if you just want to reverse engineer your code into UML class diagrams. |
||
|
|
|
|
I have previously used standalone Poseidon for UML which has a free Community Edition. I believe their licensing limits the use of that version for non-commercial work. They also offer commercial Eclipse-integrated version as Apollo for Eclipse. |
||
|
|
|
If you are looking for Eclipse-integrated UML tools, take a look at: http://wiki.eclipse.org/MDT-UML2-Tool-Compatibility and check those that have "Yes" on the Modeling column. |
||
|
|
|
I love the JUDE community edition. It supports all the UML diagrams I need, imports and exports, and I believe it finally has JDK 5. (Not certain about that last one.) It's not integrated with the IDE, but that doesn't bother me. If you want the two to mesh, use Together by Borland. |
||
|
|
|
|
it'snt integrated with IDE, it's standalone. It allows a lot of diagrams and it implements the specifications of OMG and it have other interesting feature |
||||||
|
|
|
If you want to switch to another IDE IntelliJ 8 has UML editor built in http://www.jetbrains.com/idea/features/newfeatures.jsp?feature=UML_Class_Diagrams |
||
|
|
|
|
Even if this question is similar to this one and that one, I would like to point out another solution than Slime UML or Green (which are good for java-code reverse engineering, amongst many others): TextUML: an open-source IDE for UML that lets you create models at the same speed you write code. It may be addressing the "UML diagramming" part of your question, even though it is not specific to java.
Note: coupled with Acceleo, it can generate java code though. |
|||
|
|