Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Xstream/Stax integration

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Xstream/Stax integration
  • Date: Tue, 23 Aug 2005 21:33:58 +0100

On 8/23/05, Wolfgang Hoschek <whoschek AT lbl.gov> wrote:
> >
> >> Also, what's your experience wrt. underlying Stax impls? e.g.
> >> Sun, BEA, ...
> >>
> >>
> > Don't use the BEAs (== the RI) as its slow, has weird bugs, and
> > things like creating an XMLStreamReader/Writer from a Source aren't
> > implemented. Haven't used Sun's. I *highly* recommend Woodstox
> > (http://woodstox.codehaus.org) as its fast (about 33% faster then
> > the RI from my non scientific tests), it works, and its very well
> > supported.
>
> I have a pretty detailed performance testbench here. When your
> codebase has stabilized and is deemed reliable, I'll be happy to run
> it through, comparing it with a variety of other XOM or non-XOM
> models. No need to rush tough :-)
>

If you can put together a build file that runs tests under junit with
source coming from public SVN or CVS repositories, XML test docs from
wherever, I can get it added to apache gump's nightly build, so
running against the latest versions of stax and Xom.

(pause)

Gump has a packaged version of stax:
http://vmgump.apache.org/gump/public/stax/stax/index.html

but no sign of Woodstox or other impls. It would be good to get them
on board as gump builds would keep regressions under control...

-steve




Archive powered by MHonArc 2.6.24.

Top of Page