As I understand it, your view is made up of different components, which are aware of the view they're in.
If I had a use case like this, I'd design the parts of the view as widgets (see the Widget class in the trunk), and glue them together in another widget through Spring's IOC. This would reduce the coupling between the components and increase coherence and reusability of the individual parts.
The view would then be a simple WidgetView that shows the widget.
MSN: PM me please
Skype: doclo_lieven
Spring Rich Client Project Lead