CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Applet Cacheing

  1. #1
    Join Date
    Apr 1999
    Posts
    3

    Applet Cacheing

    Can applet be cached?
    Is it possible to download an applet for the first time and then use it till it's version changes.
    When the version of the applet changes, it will be downloaded again and will be stored locally.


  2. #2
    Guest

    Re: Applet Cacheing

    Subject:
    PVCj 1.2 released (Open Source)
    Resent-Date:
    Fri, 20 Aug 1999 10:41:06 -0700 (Pacific Daylight Time)
    Resent-From:
    [email protected]
    Date:
    Fri, 20 Aug 1999 10:43:35 -0700
    From:
    "Christian Cryder" <[email protected]>
    To:
    "advanced-java" <[email protected]>



    Hi folks,

    Just a quick announcement to let you know that there's a new version of
    PVCj available which works with the newest versions of Java Plugin (1.2).

    For those who have no idea what I am talking about, PVCj (Plugin Version
    Control for Java) is a free tool which enables client side installation
    of .jar files within Sun's Java Plugin. These means that you can run
    large applets in Java Plugin and have the corresponding .jar files
    "cached" on the client machine. So when the applet starts, everything's
    local and startup is very rapid; .jar files are only downloaded from the
    server if a newer version is available. PVCj in production for almost a
    year now and has enjoyed widespread use and acclaim.

    Most notably in this new version, we've added workarounds for several
    bugs introduced in Plugin 1.2 (like URLConnection not returning correct
    dates for .jar and .exe files) and we've released PVCj as Open Source
    (GNU license). Other licensing options are available as needed.

    Here's the link for all the details... http://granitepeaks.com/pvcj

    Feel free to holler with questions.
    Christian
    --------------------------------------------
    Christian Cryder
    Software Engineer - UHR Infrastructure
    REALM Information Technologies - http://www.realminfo.com
    Plugin Version Control for Java (PVCj 1.2) - http://granitepeaks.com/pvcj
    Adventures in UHR - http://realm.granitepeaks.com



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured