If you need to setup something more complex, however, it might be
better to consider "initializing" the presenter prior to calling its
name token. You can do that by firing an event containing the
initialization data. Consider using the new @ProxyEvent annotation for
that, since you probably want your presenter to "wake up" whenever the
event is sent. The drawback with the event approach is that you have
to provide some backup plan in the situation where the presenter is
invoked via the URL but it has never received the initialization event
before (ex: the user bookmarked the presenter). You can simply fail
(i.e. reveal the error place) or show information on some default
entity.
Hope it helps,
Philippe