The expresso framework (open source @ javacorporate.com) has this.  You can
see a live demo onsite.

When I am doing user admin on our site I use Expresso - if I do a search and
there are more than  it gives me a list with forward and back buttons as
appropriate for going to the next set.  The number of records viewed is
configurable.

Sandra

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Umashankar Balasubramanian
> Sent: Wednesday, April 05, 2000 8:27 PM
> To: [EMAIL PROTECTED]
> Subject: Handling large records
>
>
> I get a huge number of records (in thousands) when I
> issue query from a servelet. Presently I pump all this
> info. to the browser and it is very slow.
>
> I want to implement prev/next buttons on the browser
> so that only a set of records is fetched from the
> servlet.
>
> What changes need to be done on the servlet (I have
> the constraint of not issuing the query more than
> once)
>
> Regards,
> Uma
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to