Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » MobiLink - Getting Started » MobiLink tutorials

 

Tutorial: Using Java synchronization logic

This tutorial guides you through the basic steps for using Java synchronization logic. Using the CustDB sample as a SQL Anywhere consolidated database, you specify simple class methods for MobiLink table-level events. The process also involves running the MobiLink server (mlsrv12) with an option to set the path of compiled Java classes.

 Required software
 Competencies and experience
 Overview
 Goals
 See also

Lesson 1: Compiling the CustdbScripts Java class with MobiLink references
Lesson 2: Creating a MobiLink project
Lesson 3: Subscribing a script to the upload_insert event
Lesson 4: Specifying class methods to handle events
Lesson 5: Running the MobiLink server with -sl java
Lesson 6: Testing synchronization
Cleaning up