do you know any good reverse engineering tool that creates UML diagrams from Java code and Hibernate mappings across multiple projects, in Eclipse or Maven (not in the Javadoc)?

Thanks

link|improve this question

feedback

3 Answers

Visual Paradigm creates recursively class diagramms from a source tree (navigatable) multiple projects are handled by adding muliple sources. Db reengineering isn't that strong on large db schemas. I doubt that Paradigm has support for hibernate mappings.

It sounds little bit like you're trying to catch up design after things get complicated ;-)

link|improve this answer
feedback

Try also Eclipse MoDisco, although it has no support for Hibernate as far as I know, but it allows extensible reverse engineering and is built on top of the EMF project.

link|improve this answer
feedback

Hibernate is possible just type "jpa annotation uml" into google and select one of the tool. alt text

Standard Java without annotation is supported by almost all UML tools such RSA, MAgicDraw, eUML, Omondo etc...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.