Oct
20
Automatic Sequence Diagram Generation
As a developer or architect, you always need to draw some sequence diagrams to demonstrate or document your functionality. And of course, if you do this manually you have to spare much time for this activity. Just think about, what If sequence diagram is generated automatically and you get it free of cost. Your reaction would be ‘wow’ this is great. But the next question will be ‘how’. So, I am publishing this post to describe ‘how’.There are different open source tools which help to generate UML sequence diagrams. ‘Java Call Trace’ is such a tool that can generate UML sequence diagram based on reverse engineering.
Install ‘Java Call Trace’
Download the java call trace from here. Extract its contents at your desired location.
Install ‘Java Call Trace’
Download the java call trace from here. Extract its contents at your desired location.