The Channel API for Google App Engine is not out yet! On Jul 15, 6:11 pm, Daniel Guermeur <[email protected]> wrote: > Hello there, > > I am building a GWT+ GAE app based on Dance Dance Robot app, the demo > Google IO demo app showcased at Google IO. > > I am using the Channel API (Java AppEngine 1.3.5) . I am almost there > but there is one hick up on the GWT client side (Java): > > When running the app I get an error: > == > - Uncaught exception escaped. > com.google.core.client.JavaScriptException: (TypeError): $wnd.goog is > undefined. > == > > This comes from the ChannelFactory.java on the client side. Here it > is: > > public class ChannelFactory { > public static final native Channel createChannel(String > channelId) /*-{ > return new $wnd.goog.appengine.Channel(channelId); > }-*/; > > } > > Again this is straight from the Dance Dance Robot demo app. > > I am pretty sure it is a stupid mistake on my part but can't find it. > > Any suggestion would be greatly appreciated. > > Daniel
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
