RE: AW: Paged data output

2004-11-10 Thread Wiebe de Jong
LIMIT clause. Wiebe -Original Message- From: Yaroslav Novytskyy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 6:51 AM To: Struts Users Mailing List Subject: Re: AW: Paged data output Hi! Yes, I think that paging in DB queries is what I need. (I don't whant to select al

Re: AW: Paged data output

2004-11-10 Thread Yaroslav Novytskyy
ay, November 10, 2004 3:34 PM Subject: Re: AW: Paged data output Also iBatis DAO w/ Displaytag. BUT I allways do paginiation in DB. For example select limit ofset. Depends of what you think lots of products are (and if you also have lots of users) .V Stahlhut, Axel wrote: Hi Yaroslav,

RE: AW: Paged data output

2004-11-10 Thread Geeta Ramani
lto:[EMAIL PROTECTED] On Behalf Of Vic (Vinny) Cekvenich Sent: Wednesday, November 10, 2004 8:34 AM To: [EMAIL PROTECTED] Subject: Re: AW: Paged data output Also iBatis DAO w/ Displaytag. BUT I allways do paginiation in DB. For example select limit ofset. Depends of what you think lots of pr

Re: AW: Paged data output

2004-11-10 Thread Vic (Vinny) Cekvenich
/). Maybe it is useful. Regards Axel -Ursprüngliche Nachricht- Von: Yaroslav Novytskyy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. November 2004 12:55 An: [EMAIL PROTECTED] Betreff: Paged data output Hi all! Can anyone explain (or point to an example) of how to output data on JSP by

AW: Paged data output

2004-11-10 Thread Stahlhut, Axel
Betreff: Paged data output > > > Hi all! > > Can anyone explain (or point to an example) of how to output > data on JSP by pages with page navigation. > > Example: > I have a products DB table with _lots_ of products. > then (as far as I could understand) I s

Paged data output

2004-11-10 Thread Yaroslav Novytskyy
Hi all! Can anyone explain (or point to an example) of how to output data on JSP by pages with page navigation. Example: I have a products DB table with _lots_ of products. then (as far as I could understand) I should 1. create a DAO factory 2. create a ProductDAO class 3. create a Product bean-typ