I have a widget depending on some external JS files, and I\'d like to lazy load all these external resources. I\'ve already used code splitting to lazy load the GWT code that co
ScriptInjector is quite portable. It doesn't have any external dependencies, so you should be able to backport it into your 2.3 application without much problem.