IIRC, the only blocker is the RequestFactoryInterfaceValidator (RFIV), which stops looping over "super classes" as soon as it finds java.lang.Object (and implemented interfaces come after Object in the list of "super classes" being iterated). This means it could be worked around by using a ServiceLayerDecorator that bypasses the RFIV (by re-implementing all the methods implemented by the ResolverServiceLayer; the hard thing then is to implement resolveClientType correctly).
-- 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.
