| Issue 8: | Use ScriptInjector instead of Module.xml file to include jsonpath.js | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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. |
5.0 KB View Download