I'm following the GAE Channel API docs<http://code.google.com/intl/es-ES/appengine/docs/java/channel/overview.html>and seem to be having trouble when creating my channel on the client side with GWT-GAE-Channel (http://code.google.com/p/gwt-gae-channel/):
Channel channel = ChannelFactory.createChannel(channelName); channel is coming back as null all the time. When I look inside the ChannelFactory.createChannel method, the code seems to be trying to load the script (scriptLoaded is false), but when I look at the HTML of my page, nothing seems to be getting added to the <head> section. Has anyone had any succes setting up a websocket with this setup? Would love to hear that it is actually possible. Best, ~Owen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
