2 Replies Latest reply on Apr 21, 2005 6:03 PM by dkrizic

    Howto implement a background thread

    dkrizic

      Hi!

      I want to implement a background thread. EJB 3 has a timer that would be ok for this job (like "call me in 5 minutes"), but how can I initialize this timer for example in a Statless bean?

      ...darko