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.
Should I write my own container?
Hi all,
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?
Thanks
jbar
Hi,
I'm afraid that if you need lazy loading in a Hierarchical container you need to implement it yourself. The one in data.utils will not be enough.
/Jonatan
I'm close to releasing an initial rev of a JCR Container that supports lazy loading of tree based hierarchical nodes.