From: <lle...@fi...> - 2002-03-07 10:15:38
|
Yesterday, I've posted this mail to the JBoss User mailing list: > Hi, > Could someone tell me the best way to implement a background > process (a thread) that has access to some EJBs (server side). > The code of this process must be in the ear archive. > > Currently, I have only two ideas: > - Run my thread in the init method of a servlet. > - Run my thread in a static block of an EJB (I know it's very bad). > > Regards, > Lo=EFc Lef=E8vre The replies can be found as attachments :) |