Re: Cache static data?

2010-07-20 Thread Arthur Kalmenson
done through the HTTP server. -- Arthur Kalmenson On Tue, Jul 20, 2010 at 12:43 PM, mk 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 hash

Re: Cache static data?

2010-07-20 Thread mk
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

Re: Cache static data?

2010-07-20 Thread Arthur Kalmenson
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 wrote: > Thanks. However, I am looking for non-HTML5 solution. > Is there a better solution to cache than recompiling whole app? > > Static

Re: Cache static data?

2010-07-20 Thread mk
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

Re: Cache static data?

2010-07-20 Thread Stefan Bachert
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

Cache static data?

2010-07-19 Thread mk
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). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to go