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.
How to use LazyQueryContainer with a web service
Hi all,
I want to add LazyQueryContainer to my app because i have to work with lots of data. I rode in addon's description that it's possible to use it calling web services. I don't have a directly connection to the database so i have to call some interfaces to get data. These interfaces are flexible and allows me request elements with start and end index and the things that LazyQueryContainer needs. I'm working with Pojos, and these webservices returns me lists of Pojos.
I'm using components like ComboBox and TokenField that require between 5 and 10 seconds to load due to the amount of data. Could anybody post and example or explain me what i have to do?
Thank you,
mannuk.
Any Idea about LazyQueryContainer calling to web Service client?