Now you can install the batch application itself.
The batch application is
installed exactly like Java Platform,
Enterprise Edition (Java EE)
transactional applications.
Before you begin
Develop a compute-intensive application or a
transactional batch application. You can develop a compute intensive
application using a compute-intensive job controller, the command
line, or the Apache ANT tool. You can develop a transactional batch
application using a batch job controller and Enterprise JavaBeans (EJB) data stream, the command
line, or the ANT tool.
About this task
When mapping modules of the
batch application to servers,
select the server or cluster that you created previously for the enterprise
bean modules that contain the logic for a
batch job.
Avoid trouble: The modules of a given
EAR containing a batch EJB module can only have a single batch endpoint
target among them. A batch endpoint target is a server or cluster
with any batch EJB module (possibly in a different application) targeted
to it.
gotcha
Procedure
See the topic on installing applications for details on
how to install your batch application.
What to do next
Configure the job scheduler and submit batch
jobs using the job scheduler.