Hello,
How to schedule(quartz) job tier in spring batch(job, step, item)?
Is someone have an example?
I have:
Type: Posts; User: hocinema; Keyword(s):
Hello,
How to schedule(quartz) job tier in spring batch(job, step, item)?
Is someone have an example?
I have:
The item used Ejb interface. I have using spring rmi to crete a connexion to an ejb. The bean ejb is declared in a spring conf xml, using a jndi properties.
How to have ten jndi.properties (10 url...
Hello,
I am using Spring batch, to create job thread that using ejb local interface. I create this ejb connection with spring Ioc(Jndi.properties). I have four ejb deployed in different servers....