I plan to implement offline sync on my java application.
When machine is offline then use local DB data and restrict some feature like create/delete. I Got some idea after find a lot of search from google. But, still not clear exactly.
My doubts are
Is symmetric DS or MySQL replication can help my scenario ?
Sync from server every minute through web service (for server to local and local to server DB data)