Hello all, I have a scenario which I'm having some headaches to implement in RequestFactory. Thomas Broyer was kindly helping me, and suggested the use of the ExtraTypes annotation, but I can't find examples or much documentation on it. There are these few<http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#transportable>words on the page about RequestFactory, but they did not help me...
First, let me quickly describe my scenario. In my server side, I have a class Revision<T extends AuditedEntity>. So, in a particular use case, I want to load in GWT proxies to Revision<EntityA>. I was told to create a proxy RevisionProxy, which do not use generics, and for each particular use case create a sub-inteface of such proxy like EntityARevisionProxy. And then link it all together with @ExtraTypes. Well... can someone show me an example or point me to some doc of how precisely should I do this? 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.
