Re: Java and Liveconnect - init problem
"Alexandre Lahure" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | Point 52 |
| Message-ID | <op.tbu0tkkc47lf7a__13021.3703182109$1151504764$gmane$org@dev1> |
> The facts : a rich text editing applet, a HTML/Javascript toolbar and > Liveconnect to make them communicate alltogether. > - Java to JS communication (for updating the state of the toolbar - > text align, style, color) is OK > - JS to Java communication (for changing text align, style, color) > doesn't work as expected : > The first call of a Java method is DAMN SLOW (near 20 minutes !) > Here is the output of the Java console (the following message is > displayed more than a thousand times) : > > liveconnect: JavaScript: calling Java system code > liveconnect: JavaScript: default security policy = file:// Here are some news : I signed the applet and put it online, and now it loads much faster (less than 2 minutes for the first call). Is there anything else to do to make it fall to a near-0 loading time ?