Hi, I have a question about streaming with CXF. I'm already using Attachments which works fine but now I need something even more powerful. I have a huge amount of objects that i retrieve from the database in a 'streaming' fashion (using Spring's ResultSetExtractor) and now I want to stream them directly to the client, per object if that is at all possible. I don't want to use an attachment because that would require a temp file or something like that. And it would also require me to change the signature of the call.
What are my options here? I'm using CXF 2.1.4 btw. THNX -- View this message in context: http://www.nabble.com/Streaming-list-of-objects-to-the-client-tp26052541p26052541.html Sent from the cxf-user mailing list archive at Nabble.com.
