Setting Up Application Properties
The Application instance contains the information and authentication credentials needed to register and connect to the SAP Mobile Server.
Setting Up the Connection Profile
The Connection Profile stores information detailing where and how the local database is stored, including location and page size. The connection profile also contains UltraLite®J runtime tuning values.
Setting Up Connectivity
Store connection information to the SAP Mobile Server data synchronization channel.
Creating and Deleting a Device's Local Database
There are methods in the generated package database class that allow programmers to delete or create a device's local database. A device local database is automatically created when needed by the Object API. The application can also create the database programatically by calling the createDatabase method. The device's local database should be deleted when uninstalling the application.
Logging In
Use online authentication with the server.
Turn Off API Logger
In production environments, turn off the API logger to improve performance.
Setting Up Callbacks
When your application starts, it can register database and MBO callback listeners.
Specifying Personalization Parameters
Use personalization parameters to provide default values used with synchronization, connections with back-end systems, MBO attributes, or EIS arguments. The PersonalizationParameters class is within the generated code for your project.