I have an APP that saves in a session bean a large list (100.000+ records)
It takes 2 to 3 seconds to load the grid or any changes, and I want it faster.
Is there any way to make the data "lazy" while rendering the page but still having all the data in the session bean?
In the primefaces doc they have an example of a "lazyclass" I cant do that, the managedbean cannot extend such class