I have data that I want to represent like a tree and I want to load branches of that tree lazily.
I also need to add and modify nodes and persist those changes as soon as possible.
Would developers with experience with Vaadin recomend writing my own hierarchical container (seems like a lot of work) or do you think using the one in data.utils should be enough?