I am developing a standalone GWT Wrapper for a 3rd party javascript
visualization plot.
My first approach was to embed the compressed 3rd party javascript
file by putting the <script src=""> tag into the ".gwt.xml" File of
the GWT Wrapper.
But I am not sure if this is the best approach. I was reading about
the ClientBundle and thought of using the TextRessource to do that,
but I am not sure how to make sure that the external javascript file
is really injected.

Do I have to do that in the constructor of the Visualization Class or
what's the best approach here

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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to