I have a beanitemcontainer and table that I use to schedule and display various tasks. When a task is created, a item is created with the status “running”. When the task is completed, the status is updated to “completed”.
What is the most efficient way to dynmically update a item in the table when the task has been completed?
Do I have to thread on each rendered item cell to monitor the source status, or does vaadin or an add on support something like this out of the box?