what is best way to paging big Resultset -Java
问题 i am looking for best aproach from perfomance point of view , to show Resultset on webpage partially , lets say by 10 item per page and if user want to see more result, he pressing "next" btn . i think (probablly wrong) it should be new request to the Server when "Next" button is pressed ?? currentlly i trying to learn Java,GWT thank You! PS: sorry for my English. 回答1: The answer would depend on your users' behavior: how often will the look at page 2, or page 10, or page 100. If they rarely