How can I cache the results of my servlet, so the next request doesn have to go through all the calculation / database access / other time-consuming stuff all over again?
Search Reasult Author: Birendar Waldiya (http://www.jguru.com/guru/viewbio.jsp?EID=1131260), Dec 1, 2003 One more way to acheive the result, in a page wise display of page r is by using Scrollable ResultSet every time you want to get the next page shift the cursor to that particular point in ResultSet.absolute(int) method.