dear all!

i am preparing for going online, so i started to try out the RPC
obfuscation mechanism:
<inherits name="com.google.gwt.user.RemoteServiceObfuscateTypeNames" /
>

and to my surprise (or not, if you stop to read the module name) only
classnames get obfuscated but not method names (from the service
class).

so, is there any way to obfuscate also the method names?

and more over, there are some few service calls that i would like to
completely obfuscate so it is not so easy to read the transferred
data.
is there any way to tell GWT to obfuscate a whole service call
response?

i started with the idea to obfuscate the serialized response in
RemoteServiceServlet#onAfterResponseSerialized, but how do i implement
the client side counterpart of
RemoteServiceServlet#onBeforeRequestDeserialized??

the other option is to have a service call that returns only an
obfuscated string, but then i would have to do all the serialization/
deserialization for the objects to use by myself which is just
reinventing the wheel, but wait, unless i could explicetely call the
serialization/deserialization methods from gwt... mmm.. interesting...
i will try it now...

but, it would be really great to have such an option out of the box!

thanks for reading
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to