6
votes
What is the best way to present data from a very large resultset?
It seems like this is a natural place to use pagination of your Hibernate results -- run the query at the Servlet level, and paginate results in a way similar to how this person describes:
…
