Re: Dynamically generating assets

2006-02-10 Thread Cliff Zhao
Create your own service that will return your graphic right away. On 2/10/06, Rob Dennett <[EMAIL PROTECTED]> 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

Dynamically generating assets

2006-02-10 Thread Rob Dennett
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 wri