swing - is there something like microsoft sync framework in java? -


i building centralized inventory system using java(swing , servlets). have local data stored in desktop application needs in sync server.

requirement is:- 1) when local stores online ,data must synchronized server in real time. 2) local store have access data if go offline, when go online local changes must reflected on server.

i got across microsoft sync framework need. there equivalent in java?

there number of open source replication , synchronization tools written in java:

of listed following might handle "offline" requirement:

symmetricds – symmetricds web based, database independent, data synchronization system. beyond replicating tables between relational databases software incorporates functionality handle large number of databases, manage low-bandwidth connections , work within periods of network outage. system supports 2 way replication, guaranteed delivery , multiple active schemas.

i'm sure others worth quick well.

see strategy offline/online data synchronization great discussion on things think about/watch out for.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -