Re: Cache on Client

2010-07-27 Thread Joyce
Hi Sefan, Many thanks for your clarification. Appreciate it. May I ask what is the difference between GWT-RPC and GWT? So this means that the data cache at client side can be controlled right? Thanks once again. On Jul 28, 3:26 am, Stefan Bachert wrote: > Hi, > > GWT is putting javascript int

Re: Cache on Client

2010-07-27 Thread Stefan Bachert
Hi, GWT is putting javascript into the browser cache. Data which are coming from GWT-RPC do not went into the browser cache. However, a client data cache (programmed in java/javascript) greatly improves the data loading by avoiding duplicate requests. I do not see a security hit from doing so. Ev

Cache on Client

2010-07-27 Thread Joyce
Hi. I believe that GWT achieves RIA through initial throwing of objects and files to the client side initially. but what I do not understand is that is it possible to control the amount of information being thrown to the client side? cos this is because I do not want sensitive information to be cac