You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Glenn Nielsen <gl...@voyager.apg.more.net> on 2001/01/19 03:35:30 UTC

Re: How to keep an applet from being unloaded

Require that the Sun Java Plugin 1.3 be used.  It can do caching
of applets with version checking so that they don't have to be
downloaded again.  You can also setup the page which references
the applet so that it will prompt for then do the java plugin install.

http://java.sun.com/products/plugin/

Regards,

Glenn

Paul Kneeland wrote:
> 
> A co-developer is trying to figure out how to keep a big applet from
> being re-loaded in the browser when she goes back to the html page that
> originally contained the tag for the applet.  The applet is a big swing
> GUI and only needs to be loaded once.  Activity from this applet then
> spawns additional HTML pages that need to collect small amounts of data
> that are then folded back in to the applet.  One of the requirements
> states that there will only be one browser window.
> 
> One idea is to perhaps make the entire applet static, and to override
> the close() method so that the applet never closed (until the browser
> itself was closed, of course).
> 
> Any other ideas?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org

-- 
----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------