Re: Serialization problems

2010-07-27 Thread Paul Robinson
The error message does not imply it couldn't find the source, it says the type is not serializable. Merely implementing Serializable is not in itself enough to be GWT-serializable. Most likely is that you've not got a no-arg constructor or that one of your non-static, non-final instance variables i

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

<    1   2