The article shows how easy and simple it is to include UML diagrams within your Javadoc and also keep them updated with every change in the source code repository. We can do these in less than a few minutes, and in a few simple steps.
Getting started with UmlGraph takes five steps:
- Download the source code for UMlGraph.
- Download and install Graphviz.
- Make changes to your Ant build file.
- Run the Ant target.
- Add this target to your CI job.
Take a look at the article, and share your thoughts. The response has been amazingly good for this article.
Mam, i choosen this UMLGraph as my 5th sem project of MCA, I don't know what all the required softwares to it and clear picture of how to run it.
ReplyDeletePlz help me out.
Thank U
Plz mail the details to skbb18@gmail.com
Hi Shashikiran,
ReplyDeleteYou need the jar from UMLGraph and the dot executable. Nothing else.
The detailed tutorial can be read at Javalobby for which the link is provided above.
Mam,
ReplyDeleteHow the quality of the generated sequence diagram image can be improved.
This command
pic2plot -Tgif FILENAME.pic >FILENAME.gif produces the image with low quality and words are difficult to read in the generated image.
can you please help ?
Hi Mam,
ReplyDeletePosted a message earlier as Anonymous. here is my issue with uml graph.
How can we improve image quality of the generated sequence diagram ?
I used this command
pic2plot -Tgif FILENAME.pic >FILENAME.gif
But the output image is poor quality and unreadable.
can you please help if you have any clues ?