Improving JavaScript Support with Axiom Integrated Rhino

2008-06-29 Thread Saliya Ekanayake
Hi, The JavaScript execution in Synapse is performed via Rhino which has the built in support for E4X. The Rhino implementation, however, does not support direct mapping between Axiom elements and E4X objects. If such mapping is enabled then we will be able to achieve better performance and e

Re: Improving JavaScript Support with Axiom Integrated Rhino

2008-06-30 Thread Paul Fremantle
Saliya I think this is a great idea. I am a big fan of E4X in Synapse, and any performance improvement will be very welcome. Paul On Mon, Jun 30, 2008 at 6:23 AM, Saliya Ekanayake <[EMAIL PROTECTED]> wrote: > Hi, > > The JavaScript execution in Synapse is performed via Rhino which has the > buil

Re: Improving JavaScript Support with Axiom Integrated Rhino

2008-06-30 Thread Saliya Ekanayake
I will look into the code of ScriptMediator class and see if I can use the particular implementation of Rhino. I did something similar to this with the JavaScript message receiver I wrote for Axis2 [1] and there wasn't much hassle in getting the Axiom stuff work with JavaScript. I will get my