aspose file tools
The moose likes JSP and the fly likes Best choice for pagination? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Best choice for pagination?" Watch "Best choice for pagination?" New topic
Author

Best choice for pagination?

Vic Hood
Ranch Hand

Joined: Jan 05, 2011
Posts: 477

Hi Folks,
I'm building a web application which requires the display of tables in my jsp page .Could y'all help me choose a method for this?
I have come across display tag , pager tag , constructing the table using jstl options. Is there a better method for the same?And which amongst these would be the most efficent in terms of paging , ease of use , low overhead etc.
Would appreciate the opinion of experienced people here


Learning and Learning!-- Java all the way!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

Have you read the FAQ entry on this subject?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Vic Hood
Ranch Hand

Joined: Jan 05, 2011
Posts: 477

Hi Bear,
Thanks for replying!
Yes I have , but it was more database centric . I was looking at some insight on the usage of some of the aforementioned libraries(or others ) , and their rating by some people who have used them. Hope I'm not missing something here ....
EDIT: Are you suggesting that the usage of such libraries is a bad idea?
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Best choice for pagination?
 
Similar Threads
Custom Tag Library
Anybody used displayTag for paging in JSF??
How to get value from dynamic textfield
Export image in a word document using a jsp
Export image in a word document using a jsp