Hi Andrew,
          One problem I have had in past with pagination at client end is
memory glitches. If there is usually too much of data in the client end,
sometimes you tend to run out of memory while caching these. You might just
wanna be wary of this. I usually wud wanna hit the database multiple times
if I have to fetch more than a 100 rows of data at one shot.

Second issue. If you are implementing sorting of data then think of the
strategy of " How do u combine sorting and pagination".  These 2 concepts
don't go well together.


Warm Regards,

Sundar Sankarnarayanan

On Tue, Jul 15, 2008 at 9:43 AM, <[EMAIL PROTECTED]> wrote:

> Very similar I believe. I chose the pager-taglib as it was incredibly easy
> to implement and seems to work well. I would show you a working example but
> my site isn't live yet, unfortunately.
>
> Andrew
>
>
>
>
> Quoting "Gallagher, Damien" <[EMAIL PROTECTED]>:
>
>  Hi
>>
>> Does this offer something similar to displayTag?
>> http://displaytag.sourceforge.net/11/
>>
>> Iv only briefly used displayTag but I find it very useful for paging,
>> sorting and also exporting data
>>
>> Thanks
>> Damien
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: 15 July 2008 17:20
>> To: [email protected]
>> Subject: Re: Paging
>>
>> Hi,
>>
>> I used this library:
>>
>> http://jsptags.com/tags/navigation/pager/pager-taglib-2.0.html
>>
>> Others might be able to suggest a better solution but this worked well
>> for me :-)
>>
>> I hope that helps.
>>
>> Andrew
>>
>>
>>
>> Quoting "kiran vuppla" <[EMAIL PROTECTED]>:
>>
>>  Yes. I have seen that paginatedList is soon depricated. Can you
>>> please let me know what is the other paging code that is more
>>> flexible?
>>>
>>> Thanks,
>>> KV
>>>
>>> --- On Tue, 7/15/08, [EMAIL PROTECTED]
>>> <[EMAIL PROTECTED]> wrote:
>>>
>>> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>>> Subject: Re: Paging
>>> To: [email protected]
>>> Date: Tuesday, July 15, 2008, 10:56 AM
>>>
>>> There is a PaginatedList class you can use, however I removed this
>>> code eventually in the favour of some other paging code that was more
>>> flexible.
>>>
>>>
>>>
>>>
>>>
>>> Quoting "kiran vuppla" <[EMAIL PROTECTED]>:
>>>
>>>  Hi,
>>>>   Is there paging (get the results as a set of page) feature can be
>>>> done using iBatis? If so can some one let me know where I can look
>>>> at it or an example will be more helpful.
>>>>
>>>> Thanks in advance,
>>>> Kiran
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>

Reply via email to