Hello, 

I found : http://wicketinaction.com that points 
https://github.com/raphw/wicket-async-task. 
Is this code the best way of doing asynchronous code with wicket ? 

Thanks, 
PHL.


________________________________________
De : andre seame <andre1...@hotmail.fr>
Envoyé : mercredi 11 mai 2016 16:25
À : users@wicket.apache.org
Objet : wicket-async-task

Hello,


When loading data from database, I would like to create my own (textual) 
progression bar. I create a small code (from World Clock 
Example<http://examples7x.wicket.apache.org/ajax/world-clock>) that uses ajax. 
The code does not work. In fact, the wicket renderer does not nothing, it waits 
the end of dowloading information from the database. When all data are 
available, the  progress bar works !


Therefore, I create a thread to download the data, but the behavior is the 
same. Nothing happens until the end of datadowloading.


How to do thread in wicket ?

Is there a new implementation of  https://github.com/raphw/wicket-async-task ?

The code was built in 2013!

What is the best way to do thread in wicket ? Does wicket have built-in 
capabilities to manage asynchronous tasks ?


Thanks,

PHL.

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

Reply via email to