Martin Grigorov created WICKET-5423:
---------------------------------------
Summary: Create IResource based implementation of Native Web
Sockets
Key: WICKET-5423
URL: https://issues.apache.org/jira/browse/WICKET-5423
Project: Wicket
Issue Type: Improvement
Components: wicket-native-websocket
Affects Versions: 7.0.0
Reporter: Martin Grigorov
Assignee: Martin Grigorov
At the moment Wicket Native WebSocket module provides WebSocketBehavior class
that may be used by the application to send and receive websocket messages.
It has the drawback that any message received in a websocket connection
requires to get access to the page (IPageManager#getPage(int),
PageAccessSynchronizer) to be able to notify WebSocketBehavior #onXyzMessage()
methods. Thus WebSocketBehavior is very easy to use but not that well scalable
when there is a high traffic in the web socket connection.
With this ticket I want to introduce an IResource implementation that will
provide the same APIs but will not have this drawback.
--
This message was sent by Atlassian JIRA
(v6.1#6144)