Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I think the title should be pretty clear, but: I am looking to determine what kind of performance I can expect from a software component that is running JAXB--both for marshal and un-marshal operations. I'd hoped to find a page of benchmarks, or some sort of white paper that spoke about complexity, but my web searches haven't turned up anything so far...

share|improve this question

1 Answer

I think this document was really beneficial in understanding the runtime characteristics of the JAXB framework. Hope it helps!

share|improve this answer
yeah, I found that one in my search too... but it's sorely outdated (uses JAXB 1 beta), unfortunately. – user438967 Sep 3 '10 at 16:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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