hi!
here you go:
http://www.theserverside.com/patterns/thread.jsp?thread_id=12899
http://java.sun.com/blueprints/patterns/j2ee_patterns/page_by_page_iterator/
index.html

-mw

----- Original Message -----
From: "Luca Ventura" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 3:50 PM
Subject: How can I show many records to a user?


> Hello everybody!
>
> I am developing a Web application that for every user:
>
> 1) Receives the request;
> 2) Accesses to a database to get the data (records) required;
> 3) Show the records found in the database to the users.
>
> So I used a Servlet that makes this job for me but I have the following
> problem:
> given that the records (and each of them can have more fields) to show
could
> be thousands I can't insert all of them in the same html page; so I would
> like to show them like many search engines do
> (like google or Altavista): that is to say using different pages and
giving
> the possibly to move
> from a page to another. Anyway I want to be able to decide the layout to
use
> to show the results that
> can be different from that one used from google or Altavista.
>
> How can I do it? Any idea?
>
> Thanks a lot in advance.
>
>                    Luca
>
>
___________________________________________________________________________
> 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