I recently re-wrote an old page that I originally developed
using just 'google maps' APIs, to now use GWT and google maps.

One thing that I really LIKE about my original implementation
is that it is totally transparent (i.e. using any browser's "view
source"),
one can then see the whole implementation...the HTML as well as
all the JAVASCRIPT.  [a truly 'open source' webpage]

However, due to the fact that GWT is compiled, the source-code
is compiled in the development environment and the website
gets only the generated (and OBSCURED) javascript, thus
the implementation is now opaque to 'view source'.  For example,
even when I snoop with 'view source', learn that javascript is
in org.waterhawk.gwt.GWTGoogleMaps.nocache.js and then
do a 2nd 'view source' on THAT file, the resulting output
is very opaque and mostly worthless to someone wanting
to see the (resulting javascript) implementation.

So, my question is:  Is there some (non-default) compile
option or build-option that I could use to make the generated
javascript less obscure?

--~--~---------~--~----~------------~-------~--~----~
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