from GWT MVP documentation for Activity Mapper: "[ActivityMapper] ....will likely have lots of code like "if (place instanceof SomePlace) return new SomeActivity(place)". A better way to implement the chain of nested ifs would be with a GIN module."
Can someone please provide some tips on how GIN injection can replace the nested IFs ? I am familiar with GIN and have set it up, and use it, but have no idea how it can be used in this case ? http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html#ActivityMapper Thank You -- 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.
