You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Bergmann Manfred <mb...@software-by-mabe.com> on 2016/06/11 17:16:00 UTC

Just works WebSockets/Akka/Async

Hi.

Just a big thank you for the great work everyone involved has put into Wicket.

I’ve just made it work to have real async web site updates using WebSockets and Akka Actors.
Those were my resources:
https://github.com/martin-g/blogs/tree/master/wicket6-websocket-broadcast
https://github.com/l0rdn1kk0n/wicket-akka

Using the ActorModel events from another Akka actor are received which update the model object of a component which is then re-rendered.

Wicket is great.


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


Re: Just works WebSockets/Akka/Async

Posted by Martin Grigorov <mg...@apache.org>.
I'm glad to hear that Wicket works well for you, Manfred!

Don't hesitate to share negative feedback too, when/if you face something!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Jun 11, 2016 at 7:16 PM, Bergmann Manfred <mb...@software-by-mabe.com>
wrote:

> Hi.
>
> Just a big thank you for the great work everyone involved has put into
> Wicket.
>
> I’ve just made it work to have real async web site updates using
> WebSockets and Akka Actors.
> Those were my resources:
> https://github.com/martin-g/blogs/tree/master/wicket6-websocket-broadcast
> https://github.com/l0rdn1kk0n/wicket-akka
>
> Using the ActorModel events from another Akka actor are received which
> update the model object of a component which is then re-rendered.
>
> Wicket is great.
>
>
> Manfred
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>