Hi, with GWT RPC, it's possible to elide/obfuscate the type names from the network traffic, by adding:
<inherits name="com.google.gwt.user.RemoteServiceObfuscateTypeNames"/> to the .gwt.xml file. (This effectively sets the property "gwt.elideTypeNamesFromRPC" to "true".) Is something like that also available for the new (GWT 2.1) RequestFactory? Thanks Chris -- 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.
