In this lesson, you learn how to add files to your new Audit2007
project
In this lesson, add two new files to the Audit2007 project. The first
file represents the design document and the second represents a SQL script
needed in the implementation. You will create a new asset from this project
and submit it and categorize in the Rational® Asset Manager repository.
- Right-click in the Navigator view, and click . The New File wizard
opens.
- Type a name for the new file: DesignDocument
- Click Finish. The new file
opens in the editor.
- Type the following content in the file:
This
is a sample Design Document describing a fictional company's 2007 Audit tool.
This tool is very complicated and was developed over 5 years. This document
outlines the following three major parts.
- Save the file.
- Type a name for the new file: SQL_scripts
- Click Finish. The new file
opens in the editor.
- Type the following content in the file:
These
are the sample SQL scripts needed in the application.
- Save the file.
- Verify that your workspace resembles the following screen capture: