We should create some JNI bindings to our
synchronization engine so that native applications can
make use of the jSyncManager. This will be necessary
if we ever want to be able to do platform-specific
integration of our code (such as integrating the
jSyncManager directly into an operating system GUI).
It will also allow native application developers to
integrate our code into theirs, giving them the ability
to use pre-existing jConduits for data synchronization.
Logged In: YES
user_id=451396
This is going to be a big job -- it may be best to get a
dedicated developer to take care of it, as we'll need to
develop C++ objects that mirror some of the objects used by
the callback mechanism, plus a native SynchronizerListener,
and some native bridging classes. At this point, it's best
to leave it for a future release.