IDEMPIERE-3840 move back zk.xml to Atmosphere while stabilizing WebSocket
This commit is contained in:
parent
1839fa4a1f
commit
c48587c8cc
|
@ -57,14 +57,14 @@
|
|||
polling - org.zkoss.zkex.ui.impl.PollingServerPush
|
||||
comet - org.zkoss.zkmax.ui.comet.CometServerPush ( enterprise edition only )
|
||||
-->
|
||||
<!-- device-config>
|
||||
<device-type>ajax</device-type>
|
||||
<server-push-class>fi.jawsy.jawwa.zk.atmosphere.AtmosphereServerPush</server-push-class>
|
||||
</device-config -->
|
||||
<device-config>
|
||||
<device-type>ajax</device-type>
|
||||
<server-push-class>org.idempiere.ui.zk.websocket.WebSocketServerPush</server-push-class>
|
||||
<server-push-class>fi.jawsy.jawwa.zk.atmosphere.AtmosphereServerPush</server-push-class>
|
||||
</device-config>
|
||||
<!-- device-config>
|
||||
<device-type>ajax</device-type>
|
||||
<server-push-class>org.idempiere.ui.zk.websocket.WebSocketServerPush</server-push-class>
|
||||
</device-config -->
|
||||
|
||||
<!-- true for better performance and lower resource usage -->
|
||||
<system-config>
|
||||
|
|
Loading…
Reference in New Issue