File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JNLP and Web Start and the fly likes  Algorithm/headers used to check for new version Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark " Algorithm/headers used to check for new version" Watch " Algorithm/headers used to check for new version" New topic
Author

Algorithm/headers used to check for new version

Johan Nagels
Greenhorn

Joined: Jan 12, 2004
Posts: 9
Does anybody know what algorithm is used to check if there are new versions of the libraries?
Does Java WebStart use particular HTTP headers?
I'm asking because I'm using a PHP script as a proxy for the libraries, but JWS doesn't pick up updates.
Cristian Negresco
Ranch Hand

Joined: Sep 15, 2001
Posts: 182
Hi,

URLConnection.getLastModified() in JnlpResource.class is used for that.

BR,
Cristian
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Algorithm/headers used to check for new version
 
Similar Threads
Secrets of the Javascript Ninja - libraries ?
ISBN checker
Possible to add new custom header
encryption of url parameters
System.loadLibrary() from where?