| Author |
Batch Framework in J2EE
|
Deva dasan
Greenhorn
Joined: Dec 13, 2007
Posts: 5
|
|
Hi All,
I am in the process of searching for a batch framework to be used in our J2EE product.
So it means it would have to run in a J2EE container.
I considered Quartz - http://www.opensymphony.com/quartz/. But it seems to be using direct (un-managed) thread from java. This would be a problem in container.
Another option is Spring batch - http://static.springframework.org/spring-batch. It seems to be a decent choice.
Any other options?
Thanks in Advance,
Deva
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
|
What sort of J2EE container does it need to run in? EJB? Servlet? We find Quartz works for us.
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8290
|
|
We use Cron for our batch processes.
The EJB's need to live in a container. The caller (client) can pretty much be any process.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Batch Framework in J2EE
|
|
|