Hi
Our requirement to create numerous Timers ( Basically for every user in the application. Every user can have different time period, it could be hourly, weekly, monthly, yearly). We are using weblogic 8.1 so we can not use EJB Timer Service. Also we are not using entity beans.
Your thoughts are greatly appreciated.
Please post any ideas to my email Satish dot Kakumani at ionidea dot com
Thanks and Regards
Satish
-
Timer Service (3 messages)
- Posted by: Satish Kattu
- Posted on: November 24 2004 10:22 EST
Threaded Messages (3)
- POST HERE by Trent Steele on November 29 2004 09:15 EST
- Timer Service by Anastasios Angelidis on November 29 2004 13:38 EST
- EJb Timer Services by Satish Kattu on December 01 2004 05:52 EST
-
POST HERE[ Go to top ]
- Posted by: Trent Steele
- Posted on: November 29 2004 09:15 EST
- in response to Satish Kattu
Please post any ideas to my email Satish dot Kakumani at ionidea dot com
Please post comments here instead.
Satish's email doesn't help anyone else in the community. -
Timer Service[ Go to top ]
- Posted by: Anastasios Angelidis
- Posted on: November 29 2004 13:38 EST
- in response to Satish Kattu
Maybe you can look into using quartz...
It's an enterprise job scheduler for JAVA objects.
http://www.opensymphony.com -
EJb Timer Services[ Go to top ]
- Posted by: Satish Kattu
- Posted on: December 01 2004 05:52 EST
- in response to Satish Kattu
Hi
I agree that if you send email to me that would not benifit others. So please post here only.
I need a some clarification from you. Our application has lot of complexity with time based events such as triggering some actions on 5th day of every week,every year and so on. I discovered that Quartz Schedular will do the trick. But in one the article from the serverside has stated that "Quartz uses its own tread pool and these threads are not container based". But this statement has caused lot of confusion in our group to use this or not!!. Is there any way that these threads can be controller by J2EE server by itself??.
BTW we are using weblogc 8.1 server.
Thanks and Regards
Satish