This section provides instructions to use the device wizard to create devices. Refer to the information in this section to understand how to use the device wizard and for descriptions of the fields in the device wizard. Refer to Examples for instructions to use the device wizard to create specific devices.
on the left side of the WebSphere Studio Device Developer interface.
on the right side of the interface.
Figure 2. Open device wizard panel
Table 2. Device fields and descriptions
| Field | Description |
|---|---|
| Device Name | Specify a unique name for this device.
|
| Package Base | Specify the package base to use to generate Java. |
| Version | Specify the version number that you want to assign to your device. |
| Vendor | Specify the appropriate vendor for the device. |
| Description | Specify a description for your device. This field is optional. |
| Super Class | Specify a super class for the device. This field is optional. |
| Transport Service | Specify the transport service to be used for the device.
|
| Transport Implementation | Specifies the implementation of the transport service that you selected. This field is optional. |
| Create Test Project | Select Create Test Project to generate a test project. |
| Generate a Bundle Activator | Select Generate a Bundle Activator to generate a bundle activator for the device. |
| Generate a Managed Bundle Activator | Select Generate a Managed Bundle Activator to generate a managed bundle activator for the device. |
| Generate a Managed Factory Bundle Activator | Select Generate a Managed Factory Bundle Activator to generate a managed factory bundle activator for the device. |
After you create a new device with the device wizard, the Device Kit creates a new project in your workspace. The name of this project is the name that was entered for Device Name followed by "Device".
If you selected Create test project, the Device Kit creates a second new project in your workspace. The name of the test project is the name that was entered for Device Name followed by "DeviceTest".
© Copyright 2001, 2007 IBM Corporation and others.