Hi all,
I am using Spring 2.0.6 and Hibernate 3.2.2 to access my database. I have a search form which gets information out of the database, the search result returns is a huge amount of data. To avoid that this has to be handelt in memory I do pagination on the database side. I output the 10 first entries and when the user clicks next it should hit the database again an retrive the next 10 entries. Is there way in Spring to make pagination easier? Any hint, code or Documentation would be helpfull.
Thanks,


Reply With Quote

