I have the following scenario. I use a HTML5 WebSQL database on my mobile 
devices which run on a PhoneGap/Cordova app. 
I have also a server as a backend which is connected via REST to my mobile 
clients. My mobile clients can create, edit and delete items. These items 
will be synchronized with the server. The client can request the other 
items which have been created by other clients. These item where loaded 
using pagination from the server. Meaning that only a bunch of n items 
where loaded on each page request. Keep in mind that order of items can be 
changed and items can be deleted due to other devices.

What do you use for such kind of data sync?





-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to