This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Batch Framework in J2EE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Batch Framework in J2EE" Watch "Batch Framework in J2EE" New topic
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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Batch Framework in J2EE
 
Similar Threads
org.springframework.batch.core.repository.JobExecutionAlreadyRunningException
Batch Schedulers
Quartz Auto starting the scheduled job - J2ee application
Cluster and Timers
Batch Framework in J2EE