Re: Paged search results

2001-03-29 Thread Holden Glova
Thank you to everyone for your insights and suggestions towards solving this problem. I *greatly* appreciate it. I learnt lots from doing small amounts of research into some of the suggestions, this was fantastic. We have decided to go with the chore of url re-writing for simplicity and in order

RE: Paged search results

2001-03-29 Thread Juan Lorandi (Chile)
IL PROTECTED]] > Sent: Thursday, March 29, 2001 12:49 PM > To: Orion-Interest > Subject: Re: Paged search results > > > On Wed, 28 Mar 2001, Gary Shea wrote: > > > It seems to me that if you have multiple browsers open and they're > > sharing an application

Re: Paged search results

2001-03-29 Thread Trevor Squires
On Wed, 28 Mar 2001, Gary Shea wrote: > It seems to me that if you have multiple browsers open and they're > sharing an application like Netscape does, they will all have the > same session unless you're using URL rewriting. My experience with > Netscape and Konqueror (sorry I don't know anythin

Re: Paged search results

2001-03-29 Thread Brian Janaszek
This may be an even simplier solution: Check out the PagerTag at JspTags.com. It provides a taglib to page through a collection of results (a la Google). Currently, the implementation requires using raw SQL in your session (since it requires the ability to scroll through a ResultSet, though I a

Re: Paged search results

2001-03-28 Thread luar
En la fecha Thu, Mar 29, 2001 at 09:45:21AM +1200, Holden Glova escribio: > I guess my confusion comes into a lack > of terminology and understanding of how > to approach this problem. What we would > like to do is be able to perform a > search on the DB, but only show the user > 10 of the results

Re: Paged search results

2001-03-28 Thread Gary Shea
t; > > Hope this at least gives you a couple of ideas on how to get started. > > > > regards > > > > Johan > > - Original Message - > > From: "Holden Glova" <[EMAIL PROTECTED]> > > To: "Orion-Interest" <[EMAIL PROT

Re: Paged search results

2001-03-28 Thread Holden Glova
I guess my confusion comes into a lack of terminology and understanding of how to approach this problem. What we would like to do is be able to perform a search on the DB, but only show the user 10 of the results at a time. Initially we have thought that sessions might be the key to this, but then

Re: Paged search results

2001-03-28 Thread Holden Glova
t started. > > regards > > Johan > - Original Message - > From: "Holden Glova" <[EMAIL PROTECTED]> > To: "Orion-Interest" <[EMAIL PROTECTED]> > Sent: Wednesday, March 28, 2001 6:19 AM > Subject: Paged search results > > >

RE: Paged search results

2001-03-28 Thread elephantwalker
s for helping us seriously increasing the speed of our app. Regards, elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of cybermaster Sent: Wednesday, March 28, 2001 8:47 AM To: Orion-Interest Subject: RE: Paged search results "application"

RE: Paged search results

2001-03-28 Thread cybermaster
pplication. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Chapman Sent: Wednesday, March 28, 2001 2:39 AM To: Orion-Interest Subject: Re: Paged search results Johan, Please enlighten me - what is the application object that you refer to? Is it jus

Re: Re: Paged search results

2001-03-28 Thread John Hogan
check out this link for application wide sharing. http://java.sun.com/docs/books/tutorial/servlets/communication/attribu tes.html _ Get your free E-mail at http://www.ireland.com

Re: Paged search results

2001-03-28 Thread Andy Chapman
- From: "Johan Fredriksson" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 8:17 AM Subject: Re: Paged search results > My first thought is that a cache should not be stored in a session, since > that would

Re: Paged search results

2001-03-27 Thread Johan Fredriksson
string ( key in hashtable ) in the session. Hope this at least gives you a couple of ideas on how to get started. regards Johan - Original Message - From: "Holden Glova" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 20

Paged search results

2001-03-27 Thread Holden Glova
Hi all, Perhaps this is slightly off topic and if so, I apologize and feel free to ignore this. My knowledge of j2ee is not high but I would like to know the best way to handle this with of course, minimal complexity. I am not sure where else I can find information on this subject from knowledgea