Write JAXB output using OutputStream instead of Writer
------------------------------------------------------
Key: WINK-109
URL: https://issues.apache.org/jira/browse/WINK-109
Project: Wink
Issue Type: Improvement
Components: Common
Affects Versions: 0.1
Reporter: Nick Gallardo
Fix For: 0.1
We should use an OutputStream to write JAXB content instead of a Writer. The
Writer allows for the encoding to be set, but this can also be done using one
of the JAXB properties.
For XML heavy operations, this results in a significant (15%+) performance
improvement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.