Hi

Our application often requires multiple components to be redrawn when
some state change occures, usually somthing like this:

1) a user clicks links or changes input data
2) this invokes class A which may execute any number of subcomponents
3) each invoked component may use assyncornous calls to the server

At certain places in my application I need to somehow bundle (or
control) these calls so if any one of them fails then a error message
will be shown and preferbly any remaining RPC calls will be cancelled.

What would be the best (and simplest) design for accomplishing this in
a generic fashion for my GWT app ?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to