Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reverse engineering tools for Java web applications

I have been searching in the Internet looking for an application which could take a Netbeans Web project and create an UML diagram resulting from these classes. Also, but not essential, I would like a similar tool for the JavaScript code I have in the Java web project I mentioned before. It's such an inferno trying to understand the structure and inner relations of this web project I was given.

like image 619
anonymous Avatar asked Nov 14 '22 02:11

anonymous


1 Answers

You can try Visio for creating UML diagrams by reverse engineering but I don't know whether it will work for JScript or not but you may give it a try.

like image 108
David Avatar answered Dec 10 '22 02:12

David