Re: GWT Sleep

2010-04-05 Thread Alexander Krasnukhin
Yes On 5 April 2010 13:47, Tapas Adhikary wrote: > So , if I want to force some delay I can use Tmer's schedule method .isn't > it ? > > > On Mon, Apr 5, 2010 at 11:20 AM, kozura wrote: > >> Plenty of examples under the Timer documentation >> >> http://code.google.com/webtoolkit/doc/latest/DevG

RPC and JSON

2010-04-02 Thread Alexander Krasnukhin
Hi, I have working app with internal GWT serialization, e.g. works via RPC. Now I want to expose server side functionality as RESTful service for other type of clients (not only GWT). I see that now I have to make some explicit JSON serialization. What is the less painfull way to do that? Some lin