Re: JAXB / JAXWS / StAX (Re: xerces and xalan dependencies)

2009-05-01 Thread Davanum Srinivas
JaxMe was a JAXB1 implementation. There was some effort to start JAXB2 but no one jumped it and hence the effort wound down. There was an effort in Castor as well [1] -- dims [1] http://markmail.org/message/dvzkpjhhrqtpkr5u On 05/01/2009 05:12 PM, Jeremias Maerki wrote: On 30.04.2009

Re: xerces and xalan dependencies

2009-04-30 Thread Mark Hindess
In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the more recent modifications to the build scripts to manipulate the JARs and archives in various

Re: xerces and xalan dependencies

2009-04-30 Thread Tony Wu
On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the more recent

Re: xerces and xalan dependencies

2009-04-30 Thread Tim Ellison
Tony Wu wrote: On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the

Re: xerces and xalan dependencies

2009-04-30 Thread Nathan Beyer
On Thu, Apr 30, 2009 at 3:19 AM, Tim Ellison t.p.elli...@gmail.com wrote: Tony Wu wrote: On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how

Re: xerces and xalan dependencies

2009-04-30 Thread Jesse Wilson
2009/4/29 Alexei Fedotov alexei.fedo...@gmail.com Also it needs checking why Android uses different XML parsers (maybe we can switch to better ones as well?) Harmony's XML stack is quite large. We Androids created our own implementation that omits features like XSLT. Our code is built on

JAXB / JAXWS / StAX (Re: xerces and xalan dependencies)

2009-04-30 Thread Davanum Srinivas
Since we have started talking about stuff inside Java6. For StAX, can we use woodstox - http://woodstox.codehaus.org/ For JAXB, we dont' have any other choice other than JAXB RI - https://jaxb.dev.java.net/ - Would CDDL be acceptable? Bringing up StAX and JAXB, since JAX-WS needs both. For

Re: JAXB / JAXWS / StAX (Re: xerces and xalan dependencies)

2009-04-30 Thread Tim Ellison
Davanum Srinivas wrote: Since we have started talking about stuff inside Java6. For StAX, can we use woodstox - http://woodstox.codehaus.org/ I see that is dual license, including ALv2 so that's a contender. For JAXB, we dont' have any other choice other than JAXB RI -

xerces and xalan dependencies

2009-04-29 Thread Nathan Beyer
I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the more recent modifications to the build scripts to manipulate the JARs and archives in various ways. As an alternative to grabbing the binary packages, we could grab the source code itself and do

Re: xerces and xalan dependencies

2009-04-29 Thread Tony Wu
I think it's a general idea which applies to all the dependencies such as ICU, BouncyCastle, etc. We need to understand one thing that is comparing to the side effect of folking the src code, what benefits we can harvest. another is whether they are allowed to be redistributed. It should be

Re: xerces and xalan dependencies

2009-04-29 Thread Alexei Fedotov
Nathan, thanks. This is timely and worth discussing. As for Apache projects, it may worth consuming them along with their contributors to make Apache product line look more consistent for those who use Apache libraries. Also it needs checking why Android uses different XML parsers (maybe we can