Issue 8: Use ScriptInjector instead of Module.xml file to include jsonpath.js
Status:  New
Owner: ----
Reported by uemit.se...@gmail.com, Oct 5, 2012
GWT 2.5 bring support for SuperDevMode. However SuperDevMode requires to use the xsiframe linker (cross site frame linker). The xsiframe linker doesn't allow any script tags in the GWT Module xml files. 

Instead of using the script tag in the GWT module's xml file it make more sense to use ScriptInjector together with a ClientBundle (TextResource) to include the javascript script.
Oct 8, 2012
#1 uemit.se...@gmail.com
I attached a patch which will inject the 3rd party scripts via a TextResource in a ClientBundle
totoe_path.diff
5.0 KB   View   Download