Wednesday, June 23, 2010

Re: Hiding fully qualified class name sent to the browser

Hi,

If your problem comes from class name included in the JavaScript files
(and affected to some properties of JavaScript object), you can try to
use the following optimization:

http://code.google.com/p/google-web-toolkit/wiki/NoClassMetadataOptimization

Olivier

On Jun 22, 3:55 pm, moorsu <moo...@gmail.com> wrote:
> Hi,
>
> Would it be possible to obfuscate the fully qualified class name which
> is
> visible at the browser if you use firebug?.
>
> I would like to see it as a.b.c.d instead
> com.mycompany.myproduct.mypackage.MyClassName.
> Also I do not use the same domain object as model but use Lists and
> Maps to send data to
> browser.
>
> thanks!

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment