RE: JApplet .jar compression?

2008-02-15 Thread Marc-Wayne M. Formales
Thanks for the suggestion, guys.  I tried Pack200 a few days back but couldn't 
get it working.  The applet couldn't find the main class once the pack.gz file 
was returned from the server.  Maybe I packed it wrong or the logic in my 
servlet is wrong . . .  but it's definitely something I need to look into when 
I have a few more cycles available.  
 
In the meantime, I've implemented some caching which saves time on the startup.
 
object
  param name=cache_option value=Plugin/
  param name=cache_archive value=.../
  param name=cache_version value=1.0.0.1/
/objectRegards, Marc


Date: Tue, 12 Feb 2008 07:22:17 -0800From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: JApplet .jar compression?Good point!  It makes the build more 
complex, but it's definitely a workable solution.Mark
On Feb 11, 2008 11:22 PM, Jeremias Maerki [EMAIL PROTECTED] wrote:
Ok, but you're talking about the app server. The applet runs on theclient. You 
can still deploy a Java 1.5/6 applet via a servlet if youcan make sure the 
client has a Java 1.5 or 6 plug-in installed. My0.05CHF.
On 11.02.2008 16:27:35 Marc-Wayne M. Formales wrote: Mark Thanks, but 
unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above.  :(Regards, 
Marc Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: 
batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar 
compression?If you could upgrade to 1.5 or 6 then you'd be able to take 
advantage of Pack200 compression.Regards,Mark
 On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote: 
 Hi, I'm running my applet through some performance testing and noticing that 
 the download times over the network are quite long.  The jar file is already 
 compressed via Java and is around 3MB.  Do you guys know of some techniques I 
 could use to compress the jar even further and/or improve applet download 
 times?  Thanks. p.s. Production environment is BEA Weblogic 8.1/Java 
 1.4.2_11.Regards, Marc-- Mark Fortnerblog: 
 http://www.jroller.com/phidiasJeremias 
 Maerki-To 
 unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL 
 PROTECTED] Mark Fortnerblog: http://www.jroller.com/phidias 

Re: JApplet .jar compression?

2008-02-12 Thread Mark Fortner
Good point!  It makes the build more complex, but it's definitely a workable
solution.

Mark

On Feb 11, 2008 11:22 PM, Jeremias Maerki [EMAIL PROTECTED] wrote:

 Ok, but you're talking about the app server. The applet runs on the
 client. You can still deploy a Java 1.5/6 applet via a servlet if you
 can make sure the client has a Java 1.5 or 6 plug-in installed. My
 0.05CHF.

 On 11.02.2008 16:27:35 Marc-Wayne M. Formales wrote:
  Mark
 
  Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or
 above.  :(Regards, Marc
 
 
  Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]:
 batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re:
 JApplet .jar compression?If you could upgrade to 1.5 or 6 then you'd be
 able to take advantage of Pack200 compression.Regards,Mark
  On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED]
 wrote:
 
  Hi, I'm running my applet through some performance testing and noticing
 that the download times over the network are quite long.  The jar file is
 already compressed via Java and is around 3MB.  Do you guys know of some
 techniques I could use to compress the jar even further and/or improve
 applet download times?  Thanks. p.s. Production environment is BEA
 Weblogic 8.1/Java 1.4.2_11.Regards, Marc-- Mark Fortnerblog:
 http://www.jroller.com/phidias




 Jeremias Maerki


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Mark Fortner

blog: http://www.jroller.com/phidias


RE: JApplet .jar compression?

2008-02-11 Thread Marc-Wayne M. Formales
Mark
 
Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above.  
:(Regards, Marc


Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: 
batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar 
compression?If you could upgrade to 1.5 or 6 then you'd be able to take 
advantage of Pack200 compression.Regards,Mark
On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote:

Hi, I'm running my applet through some performance testing and noticing that 
the download times over the network are quite long.  The jar file is already 
compressed via Java and is around 3MB.  Do you guys know of some techniques I 
could use to compress the jar even further and/or improve applet download 
times?  Thanks. p.s. Production environment is BEA Weblogic 8.1/Java 
1.4.2_11.Regards, Marc-- Mark Fortnerblog: http://www.jroller.com/phidias 

Re: JApplet .jar compression?

2008-02-11 Thread Jeremias Maerki
Ok, but you're talking about the app server. The applet runs on the
client. You can still deploy a Java 1.5/6 applet via a servlet if you
can make sure the client has a Java 1.5 or 6 plug-in installed. My
0.05CHF.

On 11.02.2008 16:27:35 Marc-Wayne M. Formales wrote:
 Mark
  
 Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or 
 above.  :(Regards, Marc
 
 
 Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: 
 batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar 
 compression?If you could upgrade to 1.5 or 6 then you'd be able to take 
 advantage of Pack200 compression.Regards,Mark
 On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote:
 
 Hi, I'm running my applet through some performance testing and noticing that 
 the download times over the network are quite long.  The jar file is already 
 compressed via Java and is around 3MB.  Do you guys know of some techniques I 
 could use to compress the jar even further and/or improve applet download 
 times?  Thanks. p.s. Production environment is BEA Weblogic 8.1/Java 
 1.4.2_11.Regards, Marc-- Mark Fortnerblog: http://www.jroller.com/phidias 




Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JApplet .jar compression?

2008-02-11 Thread Mark Fortner
I suppose upgrading to a different app server is out of the question?

Mark

On Feb 11, 2008 7:27 AM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote:

 Mark

 Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or
 above.  :(

 Regards,

 Marc



  --
 Date: Sun, 10 Feb 2008 22:05:09 -0800
 From: [EMAIL PROTECTED]
 To: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]
 Subject: Re: JApplet .jar compression?


 If you could upgrade to 1.5 or 6 then you'd be able to take advantage of
 Pack200 compression.

 Regards,

 Mark

 On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote:

 Hi,

 I'm running my applet through some performance testing and noticing that
 the download times over the network are quite long.  The jar file is already
 compressed via Java and is around 3MB.  Do you guys know of some techniques
 I could use to compress the jar even further and/or improve applet download
 times?  Thanks.

 p.s. Production environment is BEA Weblogic 8.1/Java 1.4.2_11.

 Regards,

 Marc




 --
 Mark Fortner

 blog: http://www.jroller.com/phidias




-- 
Mark Fortner

blog: http://www.jroller.com/phidias