When I started thinking to implement it on Tornado...
# tornadofx
e
When I started thinking to implement it on TornadoFx, I only realized that one thing was missing just some RX extension(rxjava preferably) . Because I have been already using a rest Apis and an embedded sqlite db in my TornadoFx app. The problem was the data from the service was not reliable as it could be unavailable when the network fails. My idea was not to synch the ui with the data from a service but with the data coming from sqlite db. Just persist to the db the data from the service and update the ui using the only trusted source of data(embedded sqlite)