Hi All,
I need to have a scheduler implemented in a
thread, which can send mails after querying the database for the mail id. I'm using EJBs and JPSs. How can implement this deamon thread, so that when the application server comes up, it should be up and ready. Where shall we put this thread - out side
EJB container and how this can be started at app server start up. Please help
Thanks in advance
Praveen