Java application delivery through CDN
        Posted  
        
            by tuler
        on Server Fault
        
        See other posts from Server Fault
        
            or by tuler
        
        
        
        Published on 2009-10-22T12:29:36Z
        Indexed on 
            2010/05/02
            13:08 UTC
        
        
        Read the original article
        Hit count: 240
        
We have a java application bundled as an applet or as webstart. The client java plugin caches the jar files on the client machine and downloads a new version if there is one.
Is it possible to deliver this jar files using a CDN? What are the issues involved? Which CDNs would work for jar delivery? Is this different from static content delivery like images or video?
© Server Fault or respective owner