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 ideas??

Any Idea about LazyQueryContainer calling to web Service client?