In GWT 2.1+, how can I create a link to a place for external consumption?
For example, let's say I want to create a link to Place1. For domestic consumption, I could do presenter.goTo(new Place1("token")). How can I do this in Anchoror some link that users can embed in their browser?
source
share