Create a BlackBerry MDS Studio™ project using the Sample Web Services found in BlackBerry MDS Studio and the bottom-up approach.
Objectives
Discover how to create a length conversion application using the bottom-up approach.
See how applying the bottom-up approach instead of the quick-start approach enables you to design the user interface without having to create the underlying data and message structures.
Setup Tasks
No setup is required. This lab uses the samples that are packaged with BlackBerry MDS Studio.
Tasks
In the BlackBerry MDS Studio, on the File menu, click New Project.
Select the Bottom Up Approach Wizard option.
Click Next.
Click Browse.
Click the MDS4.1 Sample Web Services tab.
In the web services list, click the Convert web service.
Click OK.
In the Binding Information tree, clear the convertTemperature, convertWeight, and convertData check boxes.
Click Next.
In the Project name field, type LengthConverter.
Click Finish.
The BlackBerry MDS Studio generates the application based on the web service definition.
The bottom-up wizard creates an application, including the data and message components. The BlackBerry
MDS Studio binds messages to the data source. Once generated, the Data Model View opens.
Save the project
In the Navigator pane, click the LengthConverter project.