What can be the best way to implement the reposito...
# tornadofx
e
What can be the best way to implement the repository pattern in TornadoFx. Where you have 2 main source of data ( a sqlite db & restful webservice). The data from the service is persisted automatically, and the UI is observing the data from the db to react for changes ....