Re: Hibernate in background thread

2009-01-22 Thread Kalle Korhonen
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/ > >

Re: Hibernate in background thread

2009-01-22 Thread Daniel Honig
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.

Hibernate in background thread

2009-01-22 Thread Tomas Kolda
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