On Wed, Mar 31, 2010 at 12:31 PM, Stephen <[email protected]> wrote: > > On Mar 29, 9:25 pm, Jeff Schnitzer <[email protected]> wrote: >> >> The good news is that requests for *.html and *.jpg are treated as >> static files, so they get cached on google's CDN. You won't be >> reading from the jar all the time. > > Are you sure? Is this documented anywhere? >
That's what the documentation seems to say, although I haven't tested it: http://code.google.com/appengine/docs/java/gettingstarted/staticfiles.html and http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
