Contents Index Writing Synchronization Scripts in Java Setting up Java synchronization logic

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java

Introduction


MobiLink synchronization scripts can be written in Java. Java synchronization logic can function just as SQL logic functions: the MobiLink synchronization server can make calls to Java methods on the occurrence of MobiLink events just as it accesses SQL scripts on the occurrence of MobiLink events. A SQL string may be returned as a Java method to MobiLink.

This section tells you how to set up, develop, and run Java synchronization logic. It includes a sample application and the MobiLink Java API.


Contents Index Writing Synchronization Scripts in Java Setting up Java synchronization logic