synchronize « MySQL « JPA Q&A





1. Database strategy for synchronization based on changes    stackoverflow.com

I have a Spring+Hibernate+MySQL backend that exposes my model (8 different entities) to a desktop client. To keep synchronized, I want the client to regularely ask the server for recent changes. ...