J
I need some help. I have a servlet that generates about 150 items and creates an HTML table. It takes about 45 - 60 seconds to run.
First, I would like to create pages with 20 - 30 items per page. I through of a way to do this with JavaScript and DIV tags but we know why that isn't the best solution for multi-browser support and doesn't help with the issue below.
Second, I would like to provide the illusion of speed where as soon as the servlet is done with the first 20 results, throw up the HTML and let the process keep going with the other 130 while the users looks at the first 20.
--
perl -e 'print pack("H*", "70766572746573406E79632E72722E636F6D0A")'
|
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html