You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Rob Dennett <ro...@tmit1.org> on 2006/02/10 22:28:30 UTC

Dynamically generating assets

I am generating some jpegs that I send to the client in a JSP app.  The graphic isn’t stored on the server at all, just written to the output stream.  I was trying to figure out the T4 equivalent of this and I came up with dynamically generating an asset, but it seems like that would require writing to the file system which I don’t want to do.  What should I do instead?

 

Thanks,

Rob


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 2/10/2006
 

Re: Dynamically generating assets

Posted by Cliff Zhao <zh...@gmail.com>.
Create your own service that will return your graphic right away.

On 2/10/06, Rob Dennett <ro...@tmit1.org> wrote:
>
> I am generating some jpegs that I send to the client in a JSP app.  The
> graphic isn't stored on the server at all, just written to the output
> stream.  I was trying to figure out the T4 equivalent of this and I came up
> with dynamically generating an asset, but it seems like that would require
> writing to the file system which I don't want to do.  What should I do
> instead?
>
>
>
> Thanks,
>
> Rob
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 2/10/2006
>
>
>