Language |
Select
Java.
|
Platform |
Select
Java ME
for
BlackBerry. |
Mobile server |
Select My Mobile Server (or the
server to which you deployed the SMP101 project, if you used
another). |
Server domain |
Accept default
value. |
Page size |
Accept default value of
1024. The page size should be larger than the sum of
all attribute lengths for any MBO that is included with
all the MBOs selected, and must be valid for the
database. If the page size is not set, the default page
size is 4KB at runtime.
|
Package |
Enter com.mycorp.smp101.bb.mbo. Bundling groups
of related types into packages makes types easier to
find and use, avoids naming conflicts, and controls
access.
|
Project
path |
Enter \SMP101\Generated
Code\BlackBerry. |
Third-party jar
file |
You do not need to choose one for this
tutorial.
You see a warning at the top of the
page: The
dependent
third-party class
'net.rim.device.api.system.ApplicationDescriptor'
cannot be found. You can ignore this
warning; it does not affect code generation.
|
Generate Metadata Classes |
Select for this tutorial
to generate metadata for the attributes and operations of
each generated client object. |
Generate JavaDoc |
Unselect for this
tutorial. You are not creating automatic documentation
from comments in the code.
|