MobiLink Synchronization User's Guide
Writing Synchronization Scripts in Java
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.