Lazy Loading container

I use Vaadin and CXF services , and I want to implement a lazy loading containers(like here : http://vaadin.com/forum/-/message_boards/message/51829).
I use spring framework , hibernate and Vaadin 6.4.8.

Is there any way to do this lazy loading ,because I have loads of data to load and loading all at once really slows down the RIA?

Hello,

I think you can work with this one

http://vaadin.com/directory#addon/lazy-query-container

Or at least use the ideas used to implement that container.

http://vaadin.com/forum/-/message_boards/message/186857#_19_message_278914

André

There’s a general-purpose LazyContainer in the
ArrayContainer
package.

My table container needs to have at least generated columns and / or a TableFieldFactory in order to fulfill my task.