Forum Moderators: open

Message Too Old, No Replies

Applet caching

         

SarK0Y

8:22 pm on Jan 19, 2009 (gmt 0)

10+ Year Member



Good Time to All, Amigos!
i did surf world net, but didn't find work solution. i found it:
-----------------------------
<OBJECT ....>
<PARAM NAME="archive" VALUE="...">
....
<PARAM NAME="cache_option" VALUE="...">
<PARAM NAME="cache_archive" VALUE="...">
</OBJECT>
---------------------------------
this way doesn't work with tag 'Applet'. suggest me right way, Please.
...................................................
Thanks in Advance.

tedster

1:47 am on Jan 20, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That is what Sun recommends (see http://java.sun.com/j2se/1.3/docs/guide/misc/appletcaching.html [java.sun.com])

Did you fill in the appropriate values?

SarK0Y

2:38 am on Jan 20, 2009 (gmt 0)

10+ Year Member



i don't understand what param or tag attribute must be used.
as i understood, tag applet hasn't params: cache_(archive¦option).

SarK0Y

10:57 pm on Jan 20, 2009 (gmt 0)

10+ Year Member



hmmmm... applet tag is most compatible - i selected such way: script will search actual *.jar and generate adequate html. surely, old version will be saved to cache, but we have workable mechanism to drive versions.