Install, run, and monitor a batch application that reads
and writes files using the Extended Deployment Compute Grid (XDCG)
Installation Verification Test (IVT) sample.
Prerequisites for use
WebSphere
® Application Server V8.0
Important: These samples were tested with WebSphere Application Server Version 8.0.
Samples download
To use the samples, download
Java Batch XDCGIVT sample files from a product download site:
- Choose one of the following methods to download the sample_ivt.zip file
to a directory on your workstation: FTP or HTTP. You might create the /samples/IVT directory
path on your workstation and download Java Batch XDCGIVT sample files
to that directory path.
- From the displayed dialog, specify the target directory to which
to save the compressed file and click OK.
The
sample_ivt.zip file
contains sample files in the following directory structure:
/images
/installableApps
/scripts
/src
/style
build.xml
readme.html
Attention: The readme.html file
contains information for installing and running the sample.
Samples description
- XDCGIVT sample
- You can install, run, and monitor a batch application that reads
and writes files using the Extended Deployment Compute Grid (XDCG)
Installation Verification Test (IVT) sample. This sample provides
an example of an application implementing the Batch programming model
using the batch data stream framework. The sample creates a file at
a specified path and populates it with data, and uses that for its
operations.
This sample includes three xJCLs (XML Job Control Language)
that do the following:
- Copies one text file to another and compares the two (XDCGIVTtxt2txtxJCL.xml)
- Copies one byte file to another and then compares the two (XDCGIVTbyte2bytexJCL.xml)
- Copies a text file to a database and then copies the entries in
the database to another file and then compares the two (XDCGIVTtxt2db2txtxJCL.xml)