No, RF doesn't support arrays (the reason being that you cannot make a "proxy" for an array, to make it immutable); and it requires "get", "is" or "has" prefixes on getters (and "set" on setters); this is the Java Bean convention (with the addition of the "has" prefix). You could possibly make it work using a ServiceLayerDecorator and a hand-coded DeobfuscatorBuilder (i.e. do not run the ValidationTool, at least not for its role of generating a DeobfuscatorBuilder) on the server-side, and annotating the proxies with @SkipInterfaceValidation to make the GWT Compiler happy. Just a guess though.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/QxxGpN6Q8_oJ. 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.
