On 2/27/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
[snip] ant elder wrote: > Was about to replying on the other thread but this one seems better > ... this > proposal sounds good to me. Over the weekend i added a JavaScript E4X > databinding [1], and plan in the future to also add ones for Ruby ReXML, > Python ElementTree, and perhaps something for Groovy as well. That could > make itesting all the databinding combinations a little onerous, so > testing > specific combinations sounds good, eg e4x uses axiom so just e4x-axiom > itests are probably enough if axiom is tested with all the others. > > ...ant > > [1] > https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-integration/sca/extensions/script/databinding.e4x/ > > I thought that E4X depended on XMLBeans, has this changed?
Yes, there's an E4X impl based on axis2s axiom available now. This makes using JavaScript/E4X with our WS binding much more efficient as the E4X XML objects are backed by the actual OMElement without having to convert it to some other form. ...ant
