I Need A Simple Example to explain how to use DataFX
I have multiple client that connected to Mysql Server using JPA EclipseLink Provider
And All Client Have A Table view for entities
How to make all Clients view same data
by othere words, if one client create new object, then it will show on all clients
Note, I use RMI on to callback clients and notify them with any update to database
Now, I need any Way to use DATAFX with SSL to make all clients Up to Date
And Thanks ....