I am having problems in creating a search engine type of servlet with Jsp i am retreiving the records through a database but the result set is too large and i want to display only a few like 10 or so at a time with a link to the remaining but do not want to access the database for same query again and again its too heavy Please some one help me in this
Regards<br />Syed Kamran Ali
Juanjo Bazan
Ranch Hand
Joined: Feb 04, 2002
Posts: 231
posted
0
If you are not dealing with a large set of data, and have no memory problems, you could store the results in a CachedRowSet. Or you can use the pager tag library.
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
kamran Welcome to the JavaRanch! Please adjust your display name to meet the JavaRanch Naming Policy. You can change it here. Thanks! and welcome to the JavaRanch!
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.