Part 3: Project Manager
In the third part of the tour you will:
Adding folders to projects makes it easier to organize the files and items
associated with projects. In this example, you will create a folder to contain
the Perl code snippet that was included with the tour project, as well
as the items you added to the
Toolbox earlier in the
tour.
- On the Projects tab, right-click the K2.5_Tour
project, and select Add New Folder. A dialog box prompting you to name the
folder will be displayed.
- Name the folder "Web Services", and click OK. The folder
will be added to the project.
View
Example
Top
Although the
Toolbox is a convenient
place for storing items that are used repeatedly, such as URLs and code snippets,
it is sometime preferable to store items within a specific project file. You can
move items from the from the Toolbox tab to the
Projects tab.
- On the Projects tab, click to select "StockQuote_snippet.pl".
Cut and paste the file into the "Web Services" folder created in the previous example.
View
Example
- On the Toolbox tab, click to select the "XMethods" URL link,
and then Shift+click to select the "Stock Quote Code" snippet and the "Delayed Stock Quote" Web
service.
- Right-click the selected items, and select Copy.
- Click the Projects tab.
- Right-click the "Web Services" folder, and select Paste.
The items will be copied to the "Web Services" folder.
View
Example
Top
|