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.

