Designing a phone book application
In this exercise you'll design a very simple phone book application, as shown in Figure 3, that stores user entered phone numbers to be retrieved later.
Figure 3. Phone book application
To begin:
- Start Rational Software Architect if it's not already started: From Windows select Start > Programs > IBM Rational > IBM Rational Software Architect v6.0 > Rational Software Architect.
- A window appears asking for the workspace directory. Select OK to accept the default.
First create a UML project named MyPhoneBookUMLProject:
- From the workbench, select File > New > Project > Other.
- Select UML Project and then select Next.
- Enter
MyPhoneBookUMLProjectas the project name, and select Next. - Enter
Phone Book UML Modelas the file name of the UML Model, uncheck the box Create a default diagram in the new model, then select Finish.





