Have to agree that you need to change your mindset and fully embrace asynchronous (get used to events and callbacks:)
However, here is a good article on creating parallel async calls when you can't do it in one call (for whatever reason) http://www.summa-tech.com/blog/2010/11/29/parallel-asynchronous-calls-in-gwt/ GWT/The Web really pushes this whole async-ness (for a reason) On Jun 9, 6:45 am, Paul Robinson <[email protected]> wrote: > For a good explanation on how asynchronous coding works, check out the great > GWT beer > example:http://groups.google.com/group/google-web-toolkit/browse_frm/thread/f... > > HTH > Paul -- 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.
