File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Table pagination for about 40 rows per page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Table pagination for about 40 rows per page" Watch "Table pagination for about 40 rows per page" New topic
Author

Table pagination for about 40 rows per page

albert kao
Ranch Hand

Joined: Feb 04, 2010
Posts: 204
I use the TableKit javascript library and JSP for displaying scientific data. The size of my data sets are about 100-25000 rows and 5 columns. I would like to display the data for about 40 rows per page. The user can click the "Next" and "Previous" button to go to the next and previous page respectively. The user can go to the page directly by clicking the page number "1", "2", "3", ... button.
Apache DB database and Tomcat server are running on Windows Vista Home.
Should I implement this with TableKit javascript or JSP?
Any sample code or tutorial?

This message was edited 1 time. Last update was at by albert kao

Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 23177

Albert,
Definitely JSP. Or a tag library for JSP. If you handle it in JavaScript, the JSP has to load thousands of rows of data resulting in a huge, slow webpage going to the user.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Certs: SCEA Part 1, Part 2 & 3 & Core Spring 3
albert kao
Ranch Hand

Joined: Feb 04, 2010
Posts: 204
Any sample code or library or tutorial?
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 48799

See the FAQ.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: Table pagination for about 40 rows per page
 
developer file tools