Relates :
|
If getContentLength() is the first call after construction of JNLPCachedJarURLConnection object then it will result delegate work to parent and this means network request will be performed even for cached jar file! Obviously this have huge impact on performance as network requests are expensive. It appears that FX applications may do this and this make this even more important. Using SimpleVideoPlayer demo it happens 11 (!) times.
|