2

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

  1. Is symmetric DS or MySQL replication can help my scenario ?

  2. Sync from server every minute through web service (for server to local and local to server DB data)

Prashant
  • 4,775
  • 3
  • 28
  • 47
Siva
  • 112
  • 11

1 Answers1

0

The answer to the second question is positive. Symmetricds can sync every minute or more often if necessary. It's a configuration parameter

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148