So the HTTP server is setting a cache forever on every resource? I
think you might get better answers if you ask on the mailing list of
whatever HTTP server you're using. The only way GWT is related to this
in any way, is that you can cache the .cache files forever. But this
setting is done through the HTTP server.

--
Arthur Kalmenson



On Tue, Jul 20, 2010 at 12:43 PM, mk <[email protected]> wrote:
> hmm... we do have HTTP servers which set headers to cache forever.
> Do anybody uses solution to cache static data (like GWT uses for js
> files which cache forever and file name is equal to hashmap to prevent
> 304 calls).
> Again a solution wherein there is network call to load static data
> only when it's modifed at server.
>
>
> On Jul 20, 9:55 am, Arthur Kalmenson <[email protected]> wrote:
>> GWT is not responsible for setting cache headers, you have to set them
>> through your HTTP server.
>>
>> --
>> Arthur Kalmenson
>>
>>
>>
>> On Tue, Jul 20, 2010 at 11:46 AM, mk <[email protected]> wrote:
>> > Thanks. However, I am looking for non-HTML5 solution.
>> > Is there a better solution to cache than recompiling whole app?
>>
>> > Static data may be weekly tips, monthly discounts etc which are
>> > applicable for all users. (This is kind of data which changes
>> > infrequently)
>>
>> > On Jul 20, 8:17 am, Stefan Bachert <[email protected]> wrote:
>> >> Hi,
>>
>> >> Html5 supports caching and databases.
>> >> However, only modern browsers support Html5
>>
>> >> When this data changes for all users, consider to recompile your app
>> >> bi-weekly with new datas.
>>
>> >> Stefan Bachert
>> >> http::/gwtworld.de
>>
>> >> due to recent cases, I am sorry, I won't do free personal support.
>> >> inquiries for professional GWT support are welcome.
>>
>> >> On 20 Jul., 04:52, mk <[email protected]> wrote:
>>
>> >> > How to cache data in browser.
>>
>> >> > I want to cache data which changes infrequently (thus static common
>> >> > data changing bi-weekly and NOT html, js, css etc).- Hide quoted text -
>>
>> >> - Show quoted text -
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "Google Web Toolkit" 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 
>> > athttp://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted 
>> > text -
>>
>> - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" 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-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to