Operating System - HP-UX
1834156 Members
2860 Online
110064 Solutions
New Discussion

HP-UX and sticky Java Applets

 
Sheelah Brennan
Occasional Advisor

HP-UX and sticky Java Applets

Thought this forum was worth a shot:

Does anyone know if there is an advantage to using sticky java applets or cache file expiration dates if most of the class files needed to load our applets are already stored locally in a couple of client JAR files?

FYI: Here is a description of sticky applet techology:
JRE 1.3 introduces an alternative form of applet caching which allows an applet deployer to decide her applet should be "sticky", that is, to stay on the disk in a secondary cache which the browser cannot overwrite. The only time "sticky" applets get downloaded after that is when they are updated on their server.

I'm wondering whether I should look into either of those 2 for possible performance gains, as the applets still can be slow to load.

We are using Java SDK 1.3.1_08 on HP-UX 11.0 servers. Thanks for any info...