ok thats clear enough but there is my problem: providing an activity mapper 
that returns a cached activity. how does such an getActivity -method looks 
like (my only idea is to return an activity saved in some global field). but 
i can't believe that "CachingActivityMapper" could provide a cached 
activity?!
so no matter in what place the filtering ends, it ends always in an 
ActivityMapper's getActivity-Method that returns a new Activity. My question 
is how/where to get the cached activity? Will always the getActivity be 
called and i have to manage to get a cached one or is this "wrapped" by 
MyCachingActivity's filter? in latter case, how to avoid the call 
getActivity of wrapped Mapper? The Filter returns a place, i tried to always 
return the same place "...return place;..." - but it doesn't matter, allways 
a new activity is created.

(in meantime i got Mauro's new example to work - but understanding it is now 
working will be difficult. - at least for me)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/t8DTQknfLxwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to