Problem in Updating Jars

Hi All,

I have more than 20 jars in my jnlp file.

Suppose iam going to update some jars.

In client side it checks the updated version

and it download the complete 20 jars.

It takes too much time to download the

complete applicaiton.

So my requirement is instead of downloading

all 20 jars just i want to update only the changed jars

jnlp file.

In client side it should check the updated jars

and replace only updated jars to the client cache

Can any one give solution for this.

[556 byte] By [JArula] at [2007-10-3 4:35:05]
# 1
If server is operating correctly, HEAD requests will be made to each jar file, and only those that returns newer modified date (than that reported last time jar was downloaded) will then get GET requests to download file again./Andy
dietz333a at 2007-7-14 22:38:47 > top of Java-index,Desktop,Deploying...