Chenillekit already has Quartz integration, sort of similar to what Spring
offers (but easier):
http://www.chenillekit.org/chenillekit-quartz/index.html
Kalle
On Thu, Jan 22, 2009 at 1:44 PM, Daniel Honig wrote:
> What about using Quartz for such a task?
> http://www.opensymphony.com/quartz/
>
>
What about using Quartz for such a task?http://www.opensymphony.com/quartz/
On Thu, Jan 22, 2009 at 4:43 PM, Tomas Kolda wrote:
> Hi,
>
> I need to do something in background (import data once a day). I'm using
> Tapestry-Hibernate package. User should be able to run import from web page
> also.
Hi,
I need to do something in background (import data once a day). I'm using
Tapestry-Hibernate package. User should be able to run import from web
page also. What is the right way to get Hibernate session in background
thread? I found nice howto on wiki.
http://wiki.apache.org/tapestry/Tape