Collection Contents Previous Next PDF

MobiLink Administration Guide

Writing Synchronization Scripts in Java

Java synchronization example


Java synchronization logic works with MobiLink and common Java classes to provide you with flexibility in deploying applications using MobiLink synchronization server. The following section introduces you to this extended range of functionality using a simple example.

Note: 
This section provides a simple example to illustrate basic Java synchronization logic. Typically, reasons for using a custom user authentication mechanism include integration with existing DBMS user authentication schemes, or supplying custom features, such as minimum password length or password expiry. MobiLink also has a built-in mechanism.

For more information about MobiLink authentication, see Choosing a user authentication mechanism.


Introduction
Create your Java synchronization script

Collection Contents Previous Next PDF