This may help you with some ideas...
a. http://jsptags.com/tags/navigation/pager Remember, to find the source code included in a nested jar file called pager-src.jar
b. The Java Pet Store application has implemented such paging using JSP tags also. Download the source code for the Java Pet Store applciation and go through the source code for the classes in the package com.sun.j2ee.blueprints.petstore.taglib.list
JSP tags is the preferred implementation for such paging.