his / gwt-gae-channel

Automatically exported from code.google.com/p/gwt-gae-channel
0 stars 0 forks source link

Use GWT's ScriptInjector for loading channel jsapi script #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
GWT core has code for dynamically loading JS files from a URL: 
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/core/
client/ScriptInjector.html

ChannelFactory should reuse that instead of implementing its own Timer 
mechanism.

Original issue reported on code.google.com by mdemp...@google.com on 3 Apr 2012 at 8:31