Hi Thomas, Thanks for the suggestions. This is exactly the type of feedback I was looking for. I have updated the project with implementations of your recommendations.
I do have a question about provider injection into the ActivityMapper, though. Is it necessary for me to inject an instance of a Provider for each of the activity types? Is it possible to inject a generic provider which can instantiate any of the activities via something like provider.get(SomeActivity.class) or provider.get<SomeActivity>()? -- 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.
