473,394 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

loading jsp page sequentially

I have seen on many sites that large pages are loaded in chunks i.e. sequentially instead of showing the whole page in one go.
How can we implelement such a functionality in JSP Pages.
I think some caching concept is used for this, but I'm not able to figure it out.
Sep 20 '06 #1
1 1541
r035198x
13,262 8TB
I have seen on many sites that large pages are loaded in chunks i.e. sequentially instead of showing the whole page in one go.
How can we implelement such a functionality in JSP Pages.
I think some caching concept is used for this, but I'm not able to figure it out.
usually this is controlled by html/javascript side of things.
Also one can specify images to load bit by bit or to buffer the image until it completes the loading and then display it. But then like I said the java side of jsp is not directly involved. Maybe an adaptation of this might help

http://wdvl.internet.com/Authoring/DHTML/CB/LOD/
Sep 20 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Mel | last post by:
how can i have my frames load sequentially. wait for frame 1 to load before going to frame 2 etc. thanks Mel
4
by: Adrian MacNair | last post by:
Hi, I created an image gallery which displays 63 images in a slideshow. The problem is that the show was slow because each image loaded one at a time during the show. No problem right? I just...
6
by: Curious George | last post by:
I have a page that takes about 10 seconds to load the first time it is run. I would like to first display a little animated gif telling the user that the page is loading. How do I do this with...
1
by: Angel | last post by:
Is there a way to display a message using an aspx page with controls on it that the data is loading for the page without having to display one html page then reloading the aspx page. in other words...
2
by: Jean Pierre Daviau | last post by:
When I have something like this in a js file. listeImg = new Array(); listeImg = new Image(w,h); listeImg.src = "centre1.jpg"; etc Are the images loaded after the page is loaded? In the same...
5
by: tdan | last post by:
When loading Javascript files with <scripttags in your HTML, do the files load AND run sequentially or does the HTML simply load the files and run them simultaneously. If not, how can you force...
2
by: gaszer | last post by:
Having no experience with JavaScript, what I need to do is randomly select a page from a directory of 500 html files sequentially named file001.html up to file500.html, and have it load in an iframe...
23
by: SaraLeePerson | last post by:
Dear group, I am seeking a easy to maintain and more importantly *working* way to pre-fetch images, so the pages I develop load smoothly without seeing the images kick in flicker as they usually...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.