Re: Application architecture question
Timea,
Not sure what the implementation trouble is:
- User makes some interaction (i.e. button click) so you fire and event (i.e. ShowSomethingEvent(id))
- A listener sees the event and fires and RPC with the data from the event
- On returning the async handler for the call you just made updates the UI with the desired values.
You could add an extra event (i.e. SomethingDataReadyEvent) and fire it when the RPC comes back, but it is the same as steps 1 & 2.
Sincerely,
Joseph
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home