Hi
I've read the notes from karthik reddy and the following answers from
Thomas Broyer.
Simply said i want to do the same like karthik asked for in the
initial posting.
I've also read Th.Broyers articles about (GWT-2.1) activities and
places and also "Allow a fallback PlaceTokenizer, or pre-
processor" (https://jira.springsource.org/browse/ROO-1276)  ... but,
to be honest, i do not completly understand all, yet. :(

I'm currently using GWT_2.2.1 (at time i cannot be more precise
concerning the version); and at time i use

// in MyModule.java i use the "standard/default classes"
AppPlaceHistoryMapper historyMapper =
GWT.create(AppPlaceHistoryMapper.class);
PlaceHistoryHandler historyHandler = new
PlaceHistoryHandler(historyMapper);
// ...
ActivityMapper activityMapper = new AppActivityMapper(clientFactory);
ActivityManager activityManager = new ActivityManager(activityMapper,
eventBus);

AppPlaceHistoryMapper is the "standard" from "HelloMvp"-demoApp:
@WithTokenizers({HomePlace.Tokenizer.class,
UserPrefsPlace.Tokenizer.class})
public interface AppPlaceHistoryMapper extends PlaceHistoryMapper {}

I can use now one time '@Prefix("")', but when i use '@Prefix("")'
several times, i got the following error:
"Deferred binding failed for
'ch.webmover.test.gwt.playgroundModul.client.mvp.AppPlaceHistoryMapper' (did
you forget to inherit a required module?) ..."

So what is (on GWT_2.1.1/mvp-framework) "best practice" to have more
flexability over historyToken-Places-Mapping?
Our Project isn't as simple as the HelloMVP,
i dream about tokens like '#contactList',
'#contactDetail;cid=5467946',
maybe also things like
'#campaign/setup',  '#campaign/start' ... which could be also
'#campaign:setup',  '#campaign:start' ... but several times the same
prefix seams to be forbidden. so ... what "exactly" should i do ...
... or, what concrete classes (implementing which interfaces) do i
have to implement?
In "GWT 2.1 Places – Part II" (http://tbroyer.posterous.com/gwt-21-
places-part-ii) "Using a factory for your PlaceTokenizer" Th.Broyers
taks about using PlaceHistoryHandlerWithFactory or
PlaceHistoryMapperWithFactory<F> ...

i would be very thankful for a +/- precise guidance like in the way
of:
"implement concrete class Xyz which must implement $Interface ... etc.
etc."
Thanks in advance,
greez, _christoph


-- 
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.

Reply via email to