Re: Multiple Activity Mappers and Gin

2010-12-30 Thread Frank Bølviken
Any progress on this? Did you mange to get it working? On 11 Des, 17:14, sheamus wrote: > Hi, I was able to getActivitiesworking with Gin using the post found > herehttp://wanderingcanadian.posterous.com/hello-mvp-with-gin > > I was able to get this working with one ActivityManager and also got >

Re: Multiple Activity Mappers and Gin

2010-12-11 Thread skrat
I think you're looking for annotated bindings: http://stackoverflow.com/questions/1221920/getting-multiple-guice-singletons-of-the-same-type I guess toInstance() doesn't work in GWT, but you can still use regular to() -- You received this message because you are subscribed to the Google Grou

Multiple Activity Mappers and Gin

2010-12-11 Thread sheamus
Hi, I was able to get Activities working with Gin using the post found here http://wanderingcanadian.posterous.com/hello-mvp-with-gin I was able to get this working with one ActivityManager and also got RequestFactory working using: @Provides @Singleton public FestivalRequestFactory getRequestFac