How to update Vaadin Grid after push?
问题 I'm trying to update a grid in Vaadin after a change has been made to the grid from a different UI instance. To elaborate, I have two different UI instances, UI1 and UI2 (tabs from two different browsers). These UI instances contain a view which contains a grid consisted of Contact objects that have various properties such as name, age, gender... I add a Contact to the grid from UI1 and I want UI2 to see the updated grid instantly without having to refresh. To accomplish that, I know I have