Re: streaming in a large post body

2016-03-28 Thread Sergey Beryozkin
Hi Benson I'd consider using InputStream (or JAXP Source if applicable) as a method parameter or use attachments given that CXF saves some of the data to the temp files... Sergey On 28/03/16 19:07, Benson Margulies wrote: If I want to handle posts with more payload than I want to have in

streaming in a large post body

2016-03-28 Thread Benson Margulies
If I want to handle posts with more payload than I want to have in memory all at once (with REST), what's recommended?