Best way to generate UML Diagram/Javadoc?

cdietschrun

CAGiversary!
Feedback
17 (100%)
From now on in my computing 4 class, we are required to create UML diagrams of all classes we make and generate JavaDoc for all our assignments.

In my DrJava I am using, JavaDoc sometimes just goes away when you close DrJava. Making UML Diagrams are also a pain. The only way I know is to load each .java file into Netbeans 6.5 and do a bunch of work to reverse engineer the class an display the class diagram and then that sometimes dosen't show the correct class interconnectedness.

Can anyone point me at some tools? The most practical thing I could ask for is programs where I can load a series of related .javas with JavaDoc code in them and generate JavaDoc HTML and/or UML class diagrams.

Any help?
 
I have the JavaDoc code in my programs. When I generate it with DrJava, and then close DrJava, the generated files disappear.

I am also not creating projects in Eclipse/Netbeans, it is much to advanced for what I am doing at the moment and it seems impossible to figure out how to look at my folder of related files and have it generate the javaDoc. (Plus this HW is due tomorrow at midnight, looking for a simpler option for now).
 
bread's done
Back
Top