Hi,
I'm new to GWT and have been struggling with this issue for a while
now. I'd like to compile my GWT application so that other sites can
include my GWT application via a simple script tag

eg.
<script type="text/javascript" src="http://mydomain.com/MyGWTApp.js";></
script>
<script type="text/javascript">

var myApp = new MyApp.init();
myApp.run();
</script>



I've tried just using the MyGWTApp.nocache.js in external sites, but
this does not work. My guess is MyGWTApp.nocache.js can not load the
other resources (ie. other js files) that it needs?

Cheers

--

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