|
From: Steven D. <ste...@gm...> - 2005-08-12 00:01:38
|
Andy, Are you building your own iTunes? I would like you to apply for developer privileges on https://springmodules.dev.java.net and post this code in the sandbox so we can all enjoy this. Steven On 8/12/05, Andy Depue <an...@ma...> wrote: > I've extended Spring's HttpInvoker to provide support for InputStream > parameters and return values for remote service methods. I've posted > detailed information along with sources and unit tests in this JIRA issue= : > http://opensource.atlassian.com/projects/spring/browse/SPR-1223 >=20 > To elaborate a little: this allows you to define a service method to take= an > InputStream as a parameter or return an InputStream as a return value (or > both) and Spring will take care of ensuring the InputStream is streamed > across the wire. Of course, the major reason for doing this is to handle > large amounts of data without needing to load all the data into memory fi= rst, > so care is taken to ensure that the InputStream is not fully buffered int= o > memory. > See the JIRA issue for more information. >=20 > - Andy >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |