Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UML reverse engineering tools for Eclipse or Maven [closed]

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

like image 315
Mark Avatar asked Apr 07 '10 20:04

Mark


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

like image 69
stacker Avatar answered Sep 22 '22 23:09

stacker