Rational Rose Hints and Tips
There's usually two key things to check before you start working on a Rose model.
General
Setting the path map
Select 'File|Edit Path Map'
from the main menu. Amend the path maps to those relevant to your specific project.
Java
Setting Default Language
From the main menu choose 'Tools|Options'
and select the 'Notation' tab. Under 'Default Language' select 'Java'
Sequence Diagrams
Changing the icon displayed for the class.
- Select the class in the sequence diagram
- Select from the main menu: Format->Stereotype Display->Icon
Changing how message signatures are displayed
- Main menu, Tools->Options
- Select the digram tab
- Choose your preferred settings using the radio buttons in the Messages Signatures group box.
Rose.ini
Create a text file name rose.ini containing the following single line entry and place it in either the %SystemRoot% (e.g. C:\WINNT) directory or in the 'Program Files\Rational\Rose' directory
Stop Re-validation of Model on Task Switching
This stops Rose re-validating the model each time it receives focus, i.e. when you switch between applications.
RefreshFilesOnAppActivate
No=
Fixing Duplicate IDs
Where a model has duplicate ids, this can be fixed by specifying FixDuplicateIds
Yes in the 'Rational Rose' section of the rose.ini file.
- [Rational Rose]
FixDuplicateIds
Yes=
-- Frank Dean - 9 September 2003