File comparison

Hi,I have a question.Does java web start performs jar level comparison before downloading the jar to user's desktop?Thanks,
[145 byte] By [tmmeta] at [2007-10-2 15:28:16]
# 1
Normally it uses timestamps, unless you are using the versioning facility (version=x.x in the jnlp).
chrisbitmeada at 2007-7-13 14:48:14 > top of Java-index,Desktop,Deploying...
# 2

Java Web Start runs on the client, so of course it can't compare cached jar to host jar before downloading it. If you use the JNLPDownloadServlet, and use jar versioning, the servlet will create jardiff files and download only the differance between the cached jar, and the new version on the host.

/Andy

dietz333a at 2007-7-13 14:48:14 > top of Java-index,Desktop,Deploying...