Sun's Page-by-Page Iterator design pattern

I plan to use the Page-by-Page Iterator pattern in one of my web applications: http://java.sun.com/blueprints/patterns/j2ee_patterns/page_by_page_iterator/index.htmlI am looking for additional references (books, articles, URL's) regarding this subject.
[274 byte] By [scsulliva] at [2007-9-27 8:49:03]
# 1

Related resources:

http://jrf.sourceforge.net/api/com/is/jrf/ResultPageIterator.html

Apache Jakarta TagLib 'dbtags' : ResultSetTag

http://jakarta.apache.org/taglibs/

Sun CachedRowSet

http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow-p2.html

Chapter 18 in "Core Servlets and Java Server Pages"

http://www.coreservlets.com/Table-of-Contents.html

http://www.theserverside.com/patterns/thread.jsp?thread_id=9597

http://www.theserverside.com/patterns/thread.jsp?thread_id=12899

In Sun's "Java Pet Store" application, look at the ProductItemListTag

http://java.sun.com/blueprints/code/index.html#java_pet_store_demo

sullisa at 2007-7-8 17:24:08 > top of Java-index,Other Topics,Patterns & OO Design...