Reverse Engineering Sequence Diagram From Java Source Code
Reverse Engineering Sequence Diagram From Java Source Code
source code
Sequence diagram can help to represent the interaction between objects in runtime. Since Visual
Paradigm for UML 8.0 (VP-UML) enables you to reverse your Java source code into sequence
diagram, you can gain a better understanding of Java source code by reading diagram instead of
looking to a possibly thousand lines of source code.
Aug 16, 2010
User Rating: /1
Views: 681
PDF Link Add comments
Edition: Professional or above (Edition comparison)
Share|
1. Download Sample.zip of this tutorial and extract the zip file to any directory.
2. Study the source code. Read the register method in RegisterController.java to see how it
works.
3. Start VP-UML.
4. Create a new project by selecting File > New Project from the main menu. In the New
Project dialog box, name the project as Account Registration and click Create Blank
Project button.
Resources
Sample.zip