I think static files are handled separately from dynamic handlers, or
"servlets."  I believe static content gets uploaded to something
Google's front-end servers directly accesses.  If you are using a
dynamic handler to serve files out of a zip file requests will go to
your servlet, not get directly served by the front-end.  At least that
is my understanding.

Is that what you are asking about?

Robert





On Mon, Sep 13, 2010 at 15:32, Francois MASUREL <[email protected]> wrote:
> They are generated once for all or are served straight from a zip file.
>
> Le 2010 9 13 20:43, "Robert Kluin" <[email protected]> a écrit :
>
>> If you are dynamically serving the files they should not be cached.
>>
>>
>> Robert
>>
>>
>>
>>
>>
>> On Mon, Sep 13, 2010 at 12:25, Francois Masurel <[email protected]> wrote:
>>> Let me explain :
>>>
>>> I have potentially too many (> 3000) GWT generated files in my java
>>> application.  I've already packed all my java classes in a jar.
>>>
>>> So I made a zip of all these files and implemented a servlet to serve
>>> them dynamically.
>>>
>>> The servlet url-pattern matches an include path defined in my
>>> appengine-web.xml static-files block.
>>>
>>> The question is : will the files served by my servlet be cached on
>>> Google CDNs as supposed in this thread :
>>>
>>>
>>> http://groups.google.com/group/google-appengine/browse_thread/thread/8b8a37a1d9e6a8a/d44460ec9809d1a3
>>>
>>> It doesn't seem to be the case as each time I purge my browser cache,
>>> the files are served again from my servlet.
>>>
>>> Thanx for your help.
>>>
>>> Francois
>>>
>>> --
>>> 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.
>>>
>>>
>>
>> --
>> 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.
>>
>
> --
> 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.
>

-- 
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.

Reply via email to