yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

InMemory producer should not cache response in string #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In EntitiesResponse I see XmlFormatter is called to generate XML to 
StringWriter, that is next passed to Jersey in order to form response. 

It could be more memory/garbage efficient to generate XML strait into response 
stream

Original issue reported on code.google.com by Eugene.P...@gmail.com on 22 Apr 2013 at 4:26