On 7 déc, 15:30, Chris Lercher <[email protected]> wrote: > 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?
Looks like there's not (yet): http://code.google.com/p/google-web-toolkit/source/browse/releases/2.1/user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java#269 -- 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.
