IMHO, you might want to look at the Spring framework as it provides a nice
API on top of the asynchronous JEE features you need.

Best,
James.

On Sun, Feb 22, 2009 at 10:26 PM, Kaspar Fischer <fisch...@inf.ethz.ch>wrote:

> My Wicket app needs to run tasks in the background and I am looking for a
> Java framework to "persist" tasks in the sense that I can submit a task and
> the framework would ensure that once submitted (transactions?), the task
> will be run, even if the server is shut down in between and the task needs
> to be restarted. Also, tasks that support cancellation (à la
> java.util.concurrent.ExecutorService) should be cancelled when the system
> stops. Do you know of anything similar?
>
> Whatever tool I'll end up with I will document the integration with Wicket
> on the wiki.
>
> Thanks a lot,
> Kaspar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to