My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
Applet Caching

How to cache an applet to boost performance


If you would like to have the browser cache applets see the following web page:

http://java.sun.com/products/plugin/1.3/docs/appletcaching.html

We will be adding code to cache applet in the next release of ActivEdit. Code to cache an applet looks like the follwoing:

<applet ...>
  <param name="cache_option" value="plugin">
  <param name="cache_archive" value="aeApplet.jar">
  <param name="cache_version" value="1.0.0.0">
</applet>

or

<embed cache_option="plugin" cache_archive="aeApplet.jar" cache_version="1.0.0.0">

 

 

Search Knowledge Base:
Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement