ok, thanks for your responses.
usually we don't have the activities bound as singleton explicitly,
but as we saw now, they're injected into the
``MasterPanelAcitivityMapper`` via constructor arguments, which makes
it de-facto to singletons ;)
we also thought about inheriting ``AbstractActivity`` and implement
some ``reload`` method via ``PlaceChangeEvent.Handler``, but I don't
like to build stuff that is usually not GWT managed. so I think we'll
try building activityproviders and see how this works without
singleton behavior.
best, andi