According to this documentation there is no support for server initiated sync (SIS) functionality in UltraliteJ. Is there an estimated timeline for when SIS will be supported by UltraliteJ? |
We should update that section of the documentation. SIS is supported for UltraLiteJ for 12.0.1. If you are using UltraLiteJ on Android, the SQL function ML_ GET_ SERVER_NOTIFICATION can be used since the C UltraLite runtime is built into the Android native library. If you are using UltraLiteJ on Blackberry, the classes SISListener and SISRequestHandler are designed to provide SIS functionality. For Android, one can also push UltraLiteJ synchronizations using Google C2DM.
(02 Apr '12, 18:40)
Graham Hurst
|