Push the "Create" button or select the "Create..." item in the "Aglet" menu on Tahiti. The following panel for creating aglets will appear.
Figure: Creating Aglets in Tahiti
Fill in the "Aglet name" field with the class name of the aglet, such as "ibm.aglets.samples.Writer". (Please note that an aglet name is case-sensitive.)
If you want to create an aglet from your local class, you do not have to specify a source URL. Please leave the "Source URL" field blank.
Otherwise, you should specify the codebase as a URL for the remote class in the "Source URL" field.
After setting the aglet name, push the "Create" button on the panel, and you will find that a new list item appears in Tahiti.
The "Add to List" button is used to register the class name in the "Aglet List" in this panel.
The "Delete" button is used to remove an aglet item from the Hotlist.
You can recall the aglet's name and its codebase by simply clicking the list item.
The "Create" button is used to create an aglet.
The "Reload Class and Create" button is used to create an aglet after reloading its aglet class. (Even though the class definition is not modified, another classloader will be created.)