Deploy batch applications
This section covers such areas as packaging EJB 3.0 and later modules and installing batch applications.
Subtopics
- Packaging EJB modules in a batch application using Rational Application Developer
Use Rational Application Developer 8.0.1 or later to package EJB 3.0 and later modules.
- Install the batch application
Install a batch application the same way that you install an enterprise application.
- Deploy an OSGi batch application
We can package an existing batch application as an OSGi application. You then deploy the package so that we can expose batch artifacts as services, making those artifacts visible to the batch container.
- Submitting batch jobs
We can submit batch applications using the job scheduler EJB interface or the job scheduler web services interface.