I have encountered this problem more than once. Is there a way to scroll through a large result set from a dB.
Are there any "patterns" developed for this problem in J2EE??
Thanks.
-
How to page using EJB through a 10000's of results efficiently (1 messages)
- Posted by: Deepak Pai
- Posted on: January 03 2002 11:20 EST
Threaded Messages (1)
- How to page using EJB through a 10000's of results efficiently by Stephen Thompson on January 04 2002 09:53 EST
-
How to page using EJB through a 10000's of results efficiently[ Go to top ]
- Posted by: Stephen Thompson
- Posted on: January 04 2002 09:53 EST
- in response to Deepak Pai
Have a look at the page-by-page iterator on the sun site. It might be what you are looking for.
http://java.sun.com/blueprints/patterns/j2ee_patterns/page_by_page_iterator/index.html
Regards,
Stephen.