Has anyone used the Stax implementation by Woodstox http://woodstox.codehaus.org and sjsxp https://sjsxp.dev.java.net/. I encountered a wierd issue with sjsxp http://stackoverflow.com/questions/3869770/xmlstreamreader-not-reading-complete-text-value and tried woodstox which resolved my earlier issue.

I wanted to confirm with you guys if anyone has used woodstox before and what was the experience.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Apache CXF strongly recommends Woodstox. Faster and less buggy. We support sjsxp, but it is generally a source of mild-to-moderate hair pulling. Our default, validated by lots and lots of users, is Woodstox.

link|improve this answer
Thanks I appreciate your feedback – Fazal Oct 7 '10 at 3:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.