Re: [Stripes-users] Stripes-users Digest, Vol 107, Issue 4

2015-06-22 Thread Nestor Hernandez
Jon,I think the solution for content in demand is that you create a temporary file with that content. Then show to the user a link pointing to an ActionBean that will stream the previously generated file. Cheers El jun. 22, 2015 6:18 PM, "Heather and Jon Turgeon" < tashiba40_evergr...@hotmail.com>

Re: [Stripes-users] Stripes-users Digest, Vol 107, Issue 4

2015-06-22 Thread Heather and Jon Turgeon
Hi Remi, I did consider rangeSupport but I read this in the docs as a reason why not to use range support. "The input to this StreamingResolution was created on-demand, and retrieving in byte ranges would redo this process for every byte range. " All my content is generated on demand, but my us

Re: [Stripes-users] File downloads, not really sure how to phrase question

2015-06-22 Thread Nestor Hernandez
I didn't noticed the range support. Great idea Remi El jun. 22, 2015 5:56 AM, "VANKEISBELCK Remi" escribió: > Hi > > Have you considered using range support ? > > http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7233.html > > It allows a client to specify a range of the resource to be fetched, s

Re: [Stripes-users] File downloads, not really sure how to phrase question

2015-06-22 Thread VANKEISBELCK Remi
Hi Have you considered using range support ? http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7233.html It allows a client to specify a range of the resource to be fetched, so that the resource can be downloaded in "chunks". Stripes does provide support for Ranges : http://stripes.sourceforge.