• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

UML diagrams in RAD 6.0

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you need to enable the right capabilities first.
Go to windows > preferences > general > capabilities, there should be something for UML capability.
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In RAD 7 you can right click on Project Explorer, and choose

New->Other->Modeling->Class Diagram, Sequence Diagram etc.

You can drag and drop java files onto the diagra.
 
Ranch Hand
Posts: 257
Hibernate Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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 ]

reply
    Bookmark Topic Watch Topic
  • New Topic