We need an abstract jConduit to ease the development of
jConduits based on the "fast sync" synchronization method.
"Fast sync" is used whenever the host
application/database we're synchronizing against knows
the following information: if the record in question
has been modified since the last synchronization, if
the record in question has been deleted since the last
synchronization, and the Palm record ID of the matching
record on the handheld if this record is expected to
already exist on it from a previous sync.
The "fast sync" abstract jConduit should provide a
startSync method that contains all of the
synchronization logic to handle this type of
synchronization. Brad can provide the general
algorithm if necessary.
Logged In: YES
user_id=451396
We'll wait and implement this either in a subsequnt release,
or as a downloadable add-on between releases.