hi,

i have a problem with the following:
i have a db running on a server where i also run a webserver with a jsp engine
of course.
i do a query in the db, get the results, generate the html code and send it to
the client....
problem: if i get back a huge amount of data all the data has to be sent to
the client. now i thought about storing the data in a vector and displaying it
50 by 50 by 50 like altavista Prev 1 2 3 4 5 Next.
problem here: i can store it in a vector but still the data must be sent to
the client even if i dislpay it not all at once, it has to be sent to the
client....
so i thought, because this is a very common cenario that maybe someone has
solved this problem already...... maybe there is a way to store the data on
the serverside and request it from there if necessary, without querying the
database again....

thanks for your help and your comments,
bye,
simon

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to