Java Batch IVT sample

Install, run, and monitor a batch application that reads and writes files using the Java Batch Installation Verification Test (IVT) sample.

Prerequisites for use

  • WebSphere® Application Server Version 8.0 or Version 8.5
Important: These samples were tested with WebSphere Application Server Version 8.0 and Version 8.5.

Samples download

To use the samples, download Java Batch IVT sample files from a product download site:

  1. 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 IVT sample files to that directory path.
  2. 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

Java Batch IVT sample
You can install, run, and monitor a batch application that reads and writes files using the Java Batch 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 five 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)
  • An example of the IVT application using a parallel step (ParallelStepXDCGIVTtxt2txtxJCL.xml). This example uses the default parameterizer (BuiltInParameterizer)
    Restriction: This example is valid for WebSphere Application Server Version 8.5 only.
  • An example demonstrating how to use OSGi bundles to run batch applications (XDCGIVTOSGi.xml)
    Restriction: This example is valid for WebSphere Application Server Version 8.5 only.
Concept topic    

Terms and conditions for product documentation | Feedback

Last updated: January 29, 2018 04:57 AM GMT-06:00
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=sample_mb_ivt
File name: sample_mb_ivt.html