Hi there,
atm I'm fetchin a small amount of data (round a bout 100 records) as list and let displaytag render a table for this data. Now I'm facing a problem: I'm in need to show more results at once. If the query results in a size of > 5000 objects everything slows extremly down.
I was wondering if there are any best-practices to recieve such big collections and forward them to the view layer?