On Thu, Feb 16, 2017 at 9:50 AM, guillaume.mary <[email protected]>
wrote:

> Ok. Thanks for the explanation.
>

Welcome!

Now I think there might be a way to implement my use case!
In onClick() the application code can suspend the current thread, start the
slow operation and setup onComplete listeners.
Custom listeners can do something with the result of the slow operation.
Wicket can provide an onComplete listener that renders a component.

In addition Wicket can provide custom AsyncContext that automatically
"transforms" all scheduled IRequestHandlers into onComplete listeners.


>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Wicket-8-and-servlet-3-1-async-nio-tp4677098p4677128.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to