users@jersey.java.net

Re: [Jersey] Compression inn Jersey

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Fri, 25 Jul 2008 09:12:22 -0600

Paul Sandoz wrote:
> Tatu Saloranta wrote:
>> --- On Wed, 7/23/08, Paul Sandoz <Paul.Sandoz_at_Sun.COM> wrote:
>>
>>> From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
>>> Subject: Re: [Jersey] Compression inn Jersey
>>> To: users_at_jersey.dev.java.net
>>> Date: Wednesday, July 23, 2008, 8:39 AM
>>> Since this thread is performance related people might be
>>> interested in SXC:
>>>
>>> http://sxc.codehaus.org/JAXB
>>
>> ... "pronounced 'sexy'!" (yes, it looks like a cool library from Dan,
>> XFire author) :-)
>>
>>> Anyone want to have a go testing it with Jersey and JAXB?
>>
>> Also, another easy one to try out would be Aalto xml parser:
>>
>> http://www.cowtowncoder.com/blog/archives/2008/04/entry_67.html
>>
>> which one should be able to use as the Stax parser for JAXB as easily
>> as Sjsxp or Woodstox. :-)
>> (I tested it and for some tests Aalto+JAXB was actually faster than
>> other stax parsers with no data binding, but YMMV).
>>
>
> Can one combine things and have a jazzy "sexy aalto" number :-) i.e.
> does SXC use a StAX parser?
>
> Paul.
>
SXC uses StAX.Its all streaming. I use it in my CXF services runtime.

-Arul