On Tuesday, December 4, 2012 11:27:18 AM UTC-5, Ben wrote: > > Dear All, > > Here is the problem: we would like to give freely the source code of the > client side of our java GWT application while keeping the server side more > confidential. > > Any idea to achieve that is welcome. The first idea that that came to our > mind is to split the application into two representing more or less the > client and server side .. one side talking to the other one .. > > But how to do that? If the 2 apps communicate through WebService that will > be terrible ... Does anybody has done something similar? > > Thanks, > > Ben > > >
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? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/onYvlIWRkssJ. 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.
