-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interesting in Gwt wrapper for persistence.sync.js #4
Comments
There is no work on wrapping the persistence sync module yet. If you have time to work on it and want to share your work, I will be happy to merge your code with gwtmobile-persistence. |
hi Dennisjzh I am looking around and share any update here if i have. I will post any question if i face some problem. |
chungyan5, that is great! Sure let me know if you run into any problems. |
hi, i have fork a repository from Dennisjzh and modified as https://github.com/chungyan5/GwtMobile-Persistence/tree/sync-plugin/. I think it is still buggy and just work recently. I will still work on it. I worked on my own application Mnt(http://code.google.com/p/multiple-nesting-tagging/) using this library. |
Nice work Yan! When you think the code is stable and you send me a pull request, I will be happy to merge in your changes. Thx. |
hi Dennisjzh After 18Oct i posted here, i faced a problem in many-to-many relationships sync inside persistence.sync.js (http://groups.google.com/group/persistencejs/browse_thread/thread/9073dbd20e93d974). I try to implement it inside your lib, but not success. So, i just work out a preliminary trial version for myself to work only, and posted in my project -- http://code.google.com/p/mnt-web-gwt/source/list?name=GwtPhoneGapSolution, which create a application level Entity for many-to-many relationship table. This Relationship table does not sit inside your library. Anyway, i can work out the feature: sync stuffs and their relationship from one browser to server, and then sync to another computer browser. However, i will have further working in moving this many-to-many relationship into your library and hidden to user. I just post here for update my progress, and i will send you the code if final has nice working. |
Nice work Chungyan! Shoot me an update once you have finalized your code. Thanks. |
hi Dennisjzh The Gwtmobile-Persistence Sync module update status as: This module sit inside my own application(http://code.google.com/p/multiple-nesting-tagging/), and I am using this day by day now. I hope most of bugs(including the sync bugs) can be find out by my own stress test. However, i have not yet worked out to distinguish clearly this Gwtmobile-Persistence Sync module and my own application, since the sync affect to Client and Server, and each sync item which closely depending on application. I modified your original (https://github.com/chungyan5/GwtMobile-Persistence Gwtmobile-Persistence Sync module) and it is still client only, do not have any server code. Server code is placed at any module, however, they must be run together, one client and one server, cannot separated to run. I have shared my source code and will work on this distinguishing issue(separate my application and your Gwtmobile-Persistence Sync module in both client and server). |
chungyan5, thanks for the update! |
Anyone has this interesting to share? i am beginning to look at this
The text was updated successfully, but these errors were encountered: