Disconnected application

Hi.

I need to develop an application that reads data from a mySql database, disconnects from the network, and continues to work with the data.
When the network is available, it aligns to the database.

Do you have any ideas or components to help me with this?

I use Vaadin 8.
Thank’s

Hello,

Your needs are quite unclear.
I’m not even sure that vaadin is the way to go for your application…

Touchkit had an offline mode, may be something you can dig in :
https://vaadin.com/blog/-/blogs/offline-mode-for-touchkit-4-mobile-apps

Regards
Sebastien

Thank you Sebastien for the answer.
So could I use TouchKit even if I’m developing for Vaadin 8 using offline mode?

Thanks again

As not supported anymore by Vaadin team,it has been opensourced :
https://github.com/vaadin/touchkit

Latest version is working under vaadin8.

Still you should think of it and analyse pros and cons, to select the right architecture.

Regards

thank you