Use the instructions in this section to create a Global Positioning System (GPS) device using the Device Wizard.
on the right side of the WebSphere Studio Device Developer interface.
on the right side of the interface.
After you create a new device using the wizard, there should be at least one new project in your workspace. The name of this project is the name that was entered for Device Name followed by ""Device"" (The remainder of this chapter will refer to this project as GpsNmeaDevice.) The GpsNmeaDevice project contains two source folders: GpsNmeaDevice and GpsNmeaDeviceDevelopment. If you selected Create Test Project, you will also have a project named GpsNmeaDeviceTest. Like the GpsNmeaDevice project, this project contains two source folders: GpsNmeaDeviceTest and GpsDeviceTestDevelopment.
Table 4. GpsNmeaDevice Source Folders
| Folder name | Description |
|---|---|
| GpsNmeaDevice | Contains the generated Java files. Initially, three packages and
three classes are generated in addition to the following bundle-related
files:
|
| GpsNmeaDeviceDevelopment | Contains the generated cml file that defines the properties for the device. |
Table 5. GpsNmeaDeviceTest Source Folders
| Folder name | Description |
|---|---|
| GpsNmeaDeviceTest | Contains the generated Java files. Initially, three packages and
three classes are generated in addition to the following bundle-related
files:
|
| GpsNmeaDeviceDevelopment | Contains the generated cml file that defines the properties for the device. |
The device will be regenerated so that it is consistent with the changes made in the cml file. In addition, regenerating the device preserves any custom code that was placed into the transport before the device was regenerated.
© Copyright 2001, 2007 IBM Corporation and others.