On Tue, Dec 4, 2012 at 6:00 PM, Geoffrey Spear <[email protected]> wrote:
> Client-side code runs, by definition, on the client; why would it need to > be running on App Engine at all? Why would you need to opensource the > server code to opensource the client code? Mentioned GWT https://developers.google.com/web-toolkit/overview GWT apps are pretty much written as server side Java code. Which is automatically compiled to (obfuscated) Javascript that runs on the client. So the unobfuscated source for the client is server-side code. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
