Hi:

Try use cache param (see docs -> guide -> plugin in J2SE 1.4.2) or
extensions -> If you can split your code you can use this. With this you
download first time only the extensions or cache files. If next time you
execute your application and some cache or extensions has been modified then
applet updates this changes automatically.

Other solution is JWS (Java Web Start) with incremental updates for your
application (via WAR file in ApplicationServer).

Bye.

----- Original Message -----
From: "Chris Grindstaff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 4:49 PM
Subject: Re: [Juglist] Optimizing download time for applet?


> Wednesday, November 19, 2003, 10:33:59 AM, you wrote:
>
> MKP> Hi
> MKP> Can anybody suggest a solution for this.
> MKP> I have an applet with 23 files and about 297 kb.
> MKP> Jar file doesn't seems to help much. Is it any other
> MKP> way to reduce download time with client.
>
> MKP> The other question is
> MKP> - Does the browser download the applet every time or only if you
> MKP> have deployed new files(updated files).
>
> Masoud,
>
>        I've used obfuscators for this purpose. A nice open source one
>        is here http://proguard.sourceforge.net/
>
> Chris
> --
> Chris Grindstaff | http://gstaff.org
>
>
> _______________________________________________
> Juglist mailing list
> [EMAIL PROTECTED]
> http://trijug.org/mailman/listinfo/juglist_trijug.org
>


_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to