If the JavaScript should be executed in the browser (as usual), then
it will have to be downloaded to the browser. This means, that it can
also be copied. GWT offers an option to obfuscate the generated code,
and one of the effects of this is, that it's harder for someone to
read the code. But it could still be copied. So, if you have some
proprietary algorithms, you might want to run them on the server.

Chris



On Mar 31, 2:46 pm, NeuroPulse <[email protected]> wrote:
> Greetings,
>
> Before I start writing Javascript, I am trying to find out if anyone
> can see and copy it like HTML?
>
> Every page with Javascript I have seen so far has a link to the code
> in the HTML.
>
> 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 [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.

Reply via email to