Hi, GWT uses asynchronous calls extensively with both GWT-RPC and RequestFactory based implementations. In most cases callbacks are wrapped in anonymous classes which clutters code quite a lot. This is not particularly GWT/java issue but a general problem of asynchronous programming. There was recently a wave of pure javascript libraries addressing the problem one way or another, trying to make the interface as fluent as possible. I understand that it's probably not easy to implement in pure java but deferred binding with code generation makes miracles.
My question is are there known attempts or plans for the some GWT framework to deal with asynchronous calls? Do I miss something obvious? Thanks everyone for the replies. MP. -- 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.
