Hello,
I have been able to build my app up by leveraging some of the good features of GWT. However, I will like to get some recommended best practices on GWT Activity and Place.
- Should goTo(place) ever exist in a widget class? Considering a scenario of having for example header widget which contains links to Place (such as About, Dashboard), the header widget is added to a MainViewImpl class. Should the implementation of goTo(AboutPlace) and goTo(Dashboard) be in the header widget or in MainViewimpl class?
- How to implementing access Control in an Activity?
- How to do basic widget stuffs in an activity? Such as addWidget, removeWidget, updateWidget, DOM stuffs etc, all within a single view. Can the Place system do this?
- Is it necessary that a Place has to be a full view? Can the Place mechanism be applicable to also a widget such that a user doesn't have to navigate away from the current view, but instead there's a response from a widget. Is this what PlaceChangeEvent is about?
Thank you.
--
Odeyemi 'Kayode O.
http://www.sinati.com. t: @charyorde
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment