You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2012/06/20 11:03:51 UTC

Support for native Web Socket in Wicket 6.0

Hi,

A new experimental module has been added to Wicket 6 - Wicket Native WebSocket.
This module adds support for using HTML5 WebSockets as you may use
Ajax in your Wicket applications.
All you have to do is to add a WebSocketBehavior to your page and from
there on you can receive messages from the clients and push messages
back to them.

At https://cwiki.apache.org/confluence/x/0vSoAQ you may find the
documentation and a link to a demo application.
If something is not clear feel free to ask your question in the
mailing lists and we will improve the documentation.

The Wicket team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org