Thanks for sharing. I like the graceful Websocket fallback of Atmosphere in case the server or the client do not support it.

However it looks like the approach discussed in the blog entry is very low-level, meaning you have to work with JavaScript directly etc. to actually do updates (but I may be wrong here).

wicket-push (which also comes with a cometd implementation) on the other hand allows you to update page components the type-safe Wicket way by working on an AjaxRequestTarget.

Here is an example: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-push

Regards,

Seb

On 15.11.2010 15:06, Josh Kamau wrote:
Hi guys,

I came across this.

http://jfarcand.wordpress.com/2010/10/07/writing-websocket-application-using-apache-wicket/

regards.


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

Reply via email to