VP-UML supports generating Java source code from UML class model, and keeping the code and model synchronized. In this tutorial we will develop a simple class diagram, generate code from it, modify the code and update the changes back to UML class model.
| May 10, 2010 | |
User Rating:
/ 9
|
|
| Views: 6,039 | |
|
PDF
Link
Link: |
Add comments |
| Edition: Professional or above (Edition comparison) | |


| Name | Type |
|---|---|
| age | int |
| address | String |


| Name | Type |
|---|---|
| employeeID | String |
| role | String |

| Name | Type |
|---|---|
| deptID | String |
| name | String |










Click on one of the stars below to rate this article from 1 (lowest) to 5 (highest).
Comments (1)
written by osith on August 9, 2010
its very easy to generate java code and this one is very use full for me thanks.