RE: JApplet .jar compression?

2008-02-15 Thread Marc-Wayne M. Formales
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

RE: JApplet .jar compression?

2008-02-11 Thread Marc-Wayne M. Formales
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

JApplet .jar compression?

2008-02-08 Thread Marc-Wayne M. Formales
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

RE: A query on Batik Performance

2008-01-14 Thread Marc-Wayne M. Formales
Hi, I am having similar issues with the applet I'm developing. For small images the applet seems to perform fine, but when the uncompressed image is 1MB, it takes a long time to load and/or I end up with a Java Heap Error. I have followed the advice given in this thread and see improvement

RE: JSVGCanvas does not update with modified DOM using Update Manager

2007-11-06 Thread Marc-Wayne M. Formales
:00 -0500Hi Marc, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote on 10/24/2007 03:00:33 PM: I have a JApplet that loads an SVG via JSVGCanvas. setDocument(xmlDoc). If a user clicks on a certain part of the document (any a tag), then I have some code that will animate that node and replace

RE: JSVGCanvas does not update with modified DOM using Update Manager

2007-11-06 Thread Marc-Wayne M. Formales
to be sure. Regards, Marc Date: Tue, 6 Nov 2007 13:25:41 +0700 From: [EMAIL PROTECTED] To: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED] Subject: Re: JSVGCanvas does not update with modified DOM using Update Manager Hi, On Nov 6, 2007 8:48 AM, Marc-Wayne M. Formales [EMAIL PROTECTED

RE: JSVGCanvas does not update with modified DOM using Update Manager

2007-11-05 Thread Marc-Wayne M. Formales
] To: batik-users@xmlgraphics.apache.org Subject: Re: JSVGCanvas does not update with modified DOM using Update Manager Hi, On 11/1/07, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote: Element animate = diagramSVG.createElement(animateColor); //where diagramSVG is Document type //set

JSVGCanvas does not update with modified DOM using Update Manager

2007-10-24 Thread Marc-Wayne M. Formales
I'm fairly new to Swing/Batik/SVG so please bear with me. I have a JApplet that loads an SVG via JSVGCanvas.setDocument(xmlDoc). If a user clicks on a certain part of the document (any a tag), then I have some code that will animate that node and replace it in the document object. I am