Hello, At the gwt client's ends JavaScript interpretations are single-threaded, so while GWT silently accepts the *synchronized* keyword, it has no real effect. Synchronization-related library methods are not available, including *Object.wait(), **Object.notify(*), and *Object.notifyAll(*) .
and the server end you can directly use *synchronized* as you are using in java. thanx, Harshal On Fri, May 25, 2012 at 1:52 AM, Rand <[email protected]> wrote: > hello all > i am new in GWT ..and i have one question : > dose it enabled to apply the concept od synchronized objects java in > GWT ?? in way that i can synchronize the client and the server ? > > thank > > -- > 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.
