Or use Scala actors + ActorPing from lift.

Marius

On May 21, 12:54 am, Timothy Perrett <timo...@getintheloop.eu> wrote:
> Checkout the lift-machine module... should do what you want. Right now  
> it's tied to mapper, so if your not using that you'll have to look  
> elsewhere in normal JEE land :-)
>
> Cheers, Tim
>
> Sent from my iPhone
>
> On 20 May 2009, at 21:16, Ewan <ehar...@gmail.com> wrote:
>
>
>
> > Apologies for the cross-post with the Lift-book group but this is the
> > more appropriate group...
>
> > While this does not necessarily have anything to do with a webapp does
> > anyone have suggestions for the means to create/register and run a
> > cron style job?  Specifically I would like to extract data from the DB
> > and send to a Solr instance for searching and as I am happily using
> > Mapper I'd like to continue using it for ORM.  In J2EE land we used
> > Quartz so worst case I guess I could have a servlet that on
> > initialisation starts up Quartz and then code a job to that hits the
> > DB with JDBC and then post to a Solr instance.
>
> > -- Ewan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to