Re: Inner Activity Place Token Changes

2012-01-23 Thread Mike H
In our application, the Mapper passes the info from the Place to a setter exposed by the Activity, just as you have done below. In my attempt 1, the code to re-apply the filter is in the setFilter method - it checks if the Activity has started, and then applies the passed filter. If it not, it is

Re: Inner Activity Place Token Changes

2012-01-22 Thread Mike H
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?

Re: Inner Activity Place Token Changes

2012-01-22 Thread Mike H
-performance GWT: best practices for writing smaller, faster apps talks a little about this.  If you haven't watched the video yet, it might be worth your time. On Jan 22, 11:38 am, Mike H mike.m.her...@googlemail.com wrote: Thanks for taking the time to read my post and reply Thomas. So

Inner Activity Place Token Changes

2012-01-21 Thread Mike H
I am working on an application built around Activities and Places. I'm trying to do something that seems more difficult than it should be, which makes me doubt I am using Activities and Places in the correct manner. The application contains 2 activities - one to search for a list of customers and