Komodo Tour

 

Table of Contents

Part 3: Project Manager

In the third part of the tour you will:

Creating a New Folder on the Projects Tab

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.

  1. 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.
  2. Name the folder "Web Services", and click OK. The folder will be added to the project.
  3. View Example

Top

Moving Items from the Toolbox Tab to the Projects Tab

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.

  1. 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.
  2. View Example

  3. 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.
  4. Right-click the selected items, and select Copy.
  5. Click the Projects tab.
  6. Right-click the "Web Services" folder, and select Paste. The items will be copied to the "Web Services" folder.
  7. View Example

Top
Top Previous Next