Eclipse UML Tool

I have already tried several tools for eclipse that are designed to create UML (object / dependency diagrams), but I really need a tool to create such UML code . (and not vice versa)

I would prefer simple UML tools that are easy to install and do not have any dependencies. I have already tried Jupe, Omondo and eUML, but in any case, I'm still not very happy with them.

(I also found this: Eclipse UML plugin with Java code generation )

Every tip is welcome.

Thanks.

+4
source share
1 answer

Try using the most common CASE tools, such as MagicDraw or Enterprise Architect . They have reverse engineering capabilities, and they are the most powerful (especially automatic formatting of chart elements can be useful).

If you want / should stay inside Eclipse, check out this thread, which is very similar to your question .

+2
source

All Articles