I am displaying 100 list of records along with images and image coming form servlet.
Now thing is that i am loading image for later use like for poup thing.
so Is there any way that i can load this images as background process which is not interrupt page loading.(Currently it is taking 20 mins to load whole page just due to image servlet)
Any way like using ajax call as background process like or some other way using java.
Any suggestions would be appreciate.
Thanks.