I've been watching the talk by Ray Ryan from Google IO (Google Web
Toolkit Architecture: Best Practices For Architecting Your GWT App)
over and over again, and it's a very enlightening talk, especially the
part about EventBus and the use of  - kudos to the team.

However, one part Ray didn't elaborate too much but I think is very
important is the PlaceService (a higher level abstraction layer on top
of the History mechanism). The ability to throw PlaceChanged events on
the EventBus and let the interested parties to deal with the place
change is a very flexible and elegant system. That being said,
however, I'm a bit unsure about the implementation and Ray was also
kind of shy on detail of it during the talk. I'm wondering if anyone
has done something similar and can share a pointer or two.

Thanks,

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