Thanks for taking the time to read my post and reply Thomas. So, just
to make sure I understand, have you implemented the Activity as a
singleton to prevent the Activity Manager reloading the same activity?
If so, do you still need to know in the Activity if it is currently in
a  "started" state?

Just to expand on why I think these are bad solutions - I think I
consider my attempts bad solutions because they all seem to be trying
to get round a limitation of the Activity Manager - even with your
solution, is it right that the Activity Manager is bypassed and the
Activity itself is coupled to the PlaceChangeEvent? I thought the idea
of the Place Controller and Activity Manager was to avoid the
activities having to be concerned about handling these events. Also, I
assume your Activity must have to look inside the PlaceChangeEvent to
check if it is for the Place associated with the Activity? If so, this
is really the job of the ActivityMapper, and having the Activity know
what Place it is duplicates that information in two places.


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