Re: Increase performance

Billy <florian-lindner-S0/[email protected]> Tue, 19 Jun 2007 15:15:01 +0000 (UTC)
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
Ryan Levering <RRLevering@...> writes:

> 
> I got my best results by serializing the DOM in a JS script, executing it 
> once from LiveConnect, and reconstructing the DOM on the Java side.  I know 
> that may sound crazy, but it's actually really fast.  Definitely minimizes 
> JNI calls.
> 
> Ryan Levering
> 

Hi,
I think I got what you mean, but Ive no idea how to implement it, because I
havent much knowledge about Java Script and the Live Connect. Is it maybe
possible that you send me your code wehre this is implemented per mail?