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