Threading in GWT (Client)

Posted by 8EM on Stack Overflow See other posts from Stack Overflow or by 8EM
Published on 2010-04-07T08:04:13Z Indexed on 2010/04/07 8:13 UTC
Read the original article Hit count: 324

Filed under:
|

From what I understand, the entire client side of a GWT application is converted to Javascript when you build, therefore I suppose this question is related to both Javascript and the possibilities that GWT offers.

I have a couple of dozen processes that will need to be initiated in my GWT application, each process will then continuously make calls to a server. Does GWT support threading? Does the GWT client side support threading?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about threading