"Karau, Joe" wrote:

> You could use an applet, however I wouldn't.  If you are worried about the
> time it takes a gif to download, than you should be more worried about the
> time it would take to download the applet with the gifs.  With the applet it
> will be done all at once, making it appear to the user that it takes
> forever.  With the gif/page, at least the total download time will be split
> across multiple pages.
>

The other thing to remember is that the browser can cache images (and pages)
locally for the user, without you having to do anything special.  As long as they
have their cache settings set up right (default is multiple megabytes, but depends
on the browser) the images will only be downloaded the first time they are
accessed.

Craig McClanahan

====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat

===========================================================================
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