在没有maven的情况下使用大气和GWT

在没有maven的情况下使用大气和GWT,gwt,atmosphere,Gwt,Atmosphere,我正在尝试将atmosphere框架与GWT一起使用,因此我添加了运行时和三个GWT20 JAR,但是当我运行时,我得到以下错误 com.google.gwt.event.shared.ummbrella异常:捕获异常:(TypeError)@org.atmosphere.gwt20.client.atmosphere::subscribebeimpl(Lorg/atmosphere/gwt20/client/atmospherequestconfig;)([JavaScript对象(1403)

我正在尝试将atmosphere框架与GWT一起使用,因此我添加了运行时和三个GWT20 JAR,但是当我运行时,我得到以下错误

com.google.gwt.event.shared.ummbrella异常:捕获异常:(TypeError)@org.atmosphere.gwt20.client.atmosphere::subscribebeimpl(Lorg/atmosphere/gwt20/client/atmospherequestconfig;)([JavaScript对象(1403)]:this.subscribe不是函数


有人知道这意味着什么以及我如何去修复它吗?

所以我想出来了,为了让演示在atmosphere extensions下为GWT20工作,您需要手动创建javascript文件夹,其中包含atmosphere.js以及演示中的META-INF/atmosphere.xml。这两个文件夹都在WAR文件夹中

这里有一个链接到工作区