Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Refresh application regardless of server changes
Hi,
I like to have an appliation, where every X seconds or so, the ui is refreshed. I know that there is Ui.setPollingIntervall, but from what I understood, that checks whether the UI has changed (e.g. a new table row added, progressbar changed etc).
In my case, I show some data and this data might have changed. So the UI it self has not changed, but when I manually reload the page, the new data is correctly fetched and displayed - and this I like to happen automatically
How can I do this in Vaadin ? (like the autorefresh option in jenkins)