Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

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 ;-)

share|improve this answer

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.

share|improve this answer

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...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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