You could post here the solution that you used. I done something like you, but it's wasn't user bound views.
In my case, i just had an History handler that checked what was the current location and check if the location has any "navigators" (Navigators are simple interfaces that contains a method navigate). Then inside each navigator i coded the logic to load my presenter, its view and event bus. Then, for each application, i just register the navigators with the location in the entry point. Works very well. Sorry for not telling this before, but I don't saw my approach as an solution to your problem. :( Bye, -- André Moraes Analista de Desenvolvimento de Sistemas [email protected] http://andredevchannel.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
