Aw: doing MVP outside activities/places - good idea? (or how to change place token without going to same place with changed token)

2011-06-20 Thread Jens
Take a look at: https://groups.google.com/d/topic/google-web-toolkit/OsDpLtBoTQo/discussion I had nearly the same problem. Short version: If you have non singleton activities they will be restarted for every PlaceChangeEvent. If you want to avoid this you need to cache your Activity. But once

Re: Aw: doing MVP outside activities/places - good idea? (or how to change place token without going to same place with changed token)

2011-06-20 Thread tanteanni
thx! absolutly the same ideas came to my mind and let me post this question. (i have to admit that not only thomas' but also your answers and suggestion directed me to this approach) i read the discussion you mentioned above and one question remains: is it a good idea to do things this way?