Anybody knows how to create UML Diagrams i.e Class diagram,Collaboration,Sequence Diagrams using IBM RAD(Rational Application Developer 6.0) for the existing RAD J2EE Project(Project interchange of the existing project is available)
I think you need to enable the right capabilities first. Go to windows > preferences > general > capabilities, there should be something for UML capability.
Did you ever get this resolved? I was under the impression that RAD did not contain the modeling perspectives, but I may be wrong. RSA contains UML modeling and Java coding.
Originally posted by Arockia Raj: Anybody knows how to create UML Diagrams i.e Class diagram,Collaboration,Sequence Diagrams using IBM RAD(Rational Application Developer 6.0) for the existing RAD J2EE Project(Project interchange of the existing project is available)[/QUOTE
If you want to create class diagram for existing artifacts, then
Select all java files, right click then select following from context menu,
Visuvalize --> Add to new diagram file --> Class Diagram.
To draw new class diagrams manually, same steps can be followed, but modeling perspective would be best for this.
Thank you [ February 04, 2008: Message edited by: Srinivas Kalvala ]