| Author |
Cluster and Timers
|
ray frid
Ranch Hand
Joined: Dec 23, 2010
Posts: 76
|
|
Hi all.
I am using Weblgoic 11g(EJB3.0/EJB3.1)
I need to schedule a task which invoked every day at a specific time.
I am behind cluster.
Any suggestions in which way I should use it? Should I use Quartz? or Common J? Should I create Singleton which will manage the timers between the clustser?
Tips will help. thanks,
ray.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6603
|
|
|
Quartz is a good place to start. A lot of batch code is written using that framework
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: Cluster and Timers
|
|
|