Hi there, I'd appreciate any advice on this.
I currently have a javascript application that serves as the base of extensions for various browsers, for a service I run. Basically the extensions pull this javascript into whatever webpage the user loads, and the javascript does some stuff with the webpage, and so on, making calls to a server (hosted on AppEngine :)), sending it data and retrieving json (getting around Javascript's same origin policy to do this. The Javascript may be embedded into, say, cnn.com and making calls to my appengine hosted backend). I'm wondering..could I replace my Javascript with a GWT-compiled Javascript file in this scenario? I'm not sure if the nature of GWT deployment would preclude me from embedding a GWT JS file in arbitrary webpages..? I'm sort of tempted by the idea of having 'google optimised' javascript code for my app, and benefiting from GWT's other features and community, but I'm not sure if this is really feasible.. Can anyone say if my scenario is suitable for GWT or not? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
