load « Cache « JSP-Servlet Q&A





1. Jsp page getting called from cache rather than getting loaded from server    stackoverflow.com

I am calling a jsp based on 2 parameters which is passed from jsp 1 in this way.Below i pass 2 parameters into 2.jsp and based on these 2 parameters data ...

3. Servlet - image loading from client cache    coderanch.com

Hello everybody, I need to know how this can be implemented using Java. Any help will be much appreciated. I have a servlet which reads data from the DB. Assuming the fetch resulted in 100 rows, I need to display these 100 rows in the screen with each row having a small icon(image) for delete, update Since 2 images for every ...

4. Loading a cache in servlet init method    coderanch.com

Hi, I am loading a cache in 'init' method of servlet. The cache holds various exceptions which are sent to different exception buckets on screen. Now as the number of exceptions are too high, it takes a long time (around 30 min) to load the cache. Untill the cache is loaded the servlet does not show up. So servlet start up ...