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. Create a data source connection profile. A connection profile contains the connection property information needed to connect to a server in your enterprise.
  2. Create a new Sybase Unwired Server connection profile to supply runtime connection information.
  3. Create 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. 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. Deploy a Mobile Application project directly to an Unwired Server, and optionally create a reusable deployment profile.
    After 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.