Hi All,

I'm working on maintenance project which was developed with GWT 
<http://en.wikipedia.org/wiki/Google_Web_Toolkit> version 1.x. Now I have 
to add some extra features in the same project and for that I have to 
inject external JavaScript file into GWT application. So I have done a bit 
of research to achieve the same and I can understand that I can inject the 
external JavaScript with the help of ScriptInjector 
<http://www.gwtproject.org/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html>
 class [Source] 
<http://stackoverflow.com/questions/9051955/gwt-inject-script-element-into-the-html-file>.
 
but this class is available in GWT version *GWT 2.7.0* and I'm using the 
older version of GWT.

So I would like to know that Can I inject the external JavaScript file 
without ScriptInjectorclass?

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to