Performing Server-side Development

This describes creating the server-side code for a mobile application, including creating mobile business objects and binding to a data source.

You can follow similar workflows to create mobile applications using a variety of data sources (like a Web service, database, SAPĀ®, Remedy, or document).

  1. Creating a Data Source Connection ProfileCreating a Data Source Connection Profi: A connection profile contains the connection property information needed to connect to a server in your enterprise.
  2. Creating a Sybase Unwired Server Connection Profile: Create a new Sybase Unwired Server connection profile to supply runtime connection information.
  3. Creating a Mobile Application Project: A mobile application project is the container for the mobile business objects that forms the business logic of mobile applications.
  4. Creating a Mobile Business Object by Dragging and Dropping a Data Source: Create a mobile business object (MBO), define the attributes and operations, and bind directly to the data source by dragging and dropping the data source onto the Mobile Application Diagram.
  5. Deploying a Mobile Application Project: Deploy a Mobile Application project directly to an Unwired Server, and optionally create a reusable deployment profile.

    On completing these procedures, the server-side development is complete. You can continue development by creating the workflow package for the client device as described in Develop a Mobile Workflow Package.