Hi, I have a JSP which has to display 600000 records in it. Since it is too large for JSP to display that many records i want to paginate it so that it can display a feasible number of records in each page. My questions are 1. What is the maximum nuber of records that i can display in each JSP page. ? 2. Is there any that i can paginate my result set. ? 3. If so, How should do the pagination.. please help me.. thanks in advance br
There have been a number od good discussions in this forum, the JDBC and Servlet forms, as a first step I'd recommend searching these forums for "ResultSet paging" Dave.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.