[appengine-java] Re: Creating static files from a servlet

2009-09-16 Thread Jerome
Thank you guys, I did not realize this item on the road map was to let the app store large files. I can't wait to see this coming. Thanks as well for the http caching headers suggestion. We were planning to get these set shortly. Jerome On Sep 16, 2:06 pm, Toby Reyelts wrote: > You can also avo

[appengine-java] Re: Creating static files from a servlet

2009-09-16 Thread Vince Bonfanti
Are there any details available for this feature other than this one-liner? Thanks. On Wed, Sep 16, 2009 at 1:50 PM, Don Schwarz wrote: > > The "Service for storing and serving large files" item on the Roadmap will > give you what you want when it launches: > http://code.google.com/appengine/doc

[appengine-java] Re: Creating static files from a servlet

2009-09-16 Thread Toby Reyelts
You can also avoid extra traffic against your servlet and datastore by making sure to set http caching headers appropriately. On Wed, Sep 16, 2009 at 1:50 PM, Don Schwarz wrote: > The "Service for storing and serving large files" item on the Roadmap will > give you what you want when it launches

[appengine-java] Re: Creating static files from a servlet

2009-09-16 Thread Don Schwarz
The "Service for storing and serving large files" item on the Roadmap will give you what you want when it launches: http://code.google.com/appengine/docs/roadmap.html In the mean time your current approach sounds reasonable. On Wed, Sep 16, 2009 at 12:35 PM, Jerome wrote: > > Is there a way to