[gwt-contrib] GWT 2.1 MVP with Code Splitting

2010-10-20 Thread Tolga Tarhan
All, Somewhat similar to my previous email about GIN with MVP, I also have a concern regarding using Code Splitting with the MVP framework as it sits today. Specifically, it would appear that ActivityMapper can't use runAsync because it has to return the matching activity synchronously. ActivityMa

[gwt-contrib] GWT 2.1 MVP with GIN

2010-10-19 Thread Tolga Tarhan
Folks, I'm trying to make GWT 2.1 MVP work nicely with GIN. It looks like this use case was specifically considered when creating PlaceHistoryMapperWithFactory, but no such thing seems to exist for ActivityMapper. There is a passing reference to using Gin in DevGuideMvpActivitiesAndPlaces.html , w