Information Management IBM InfoSphere MDM Custom Domain Hub, Version 10.1

Designing J2SE batch input and output

The batch processor application is not dependent on any specific batch input or output source or data format. Instead, it has externalized the components that perform reading, parsing, response construction, and writing tasks.

The batch processor is shipped with some prebuilt readers and writers that can be used as is; these tools are described later in this section. The Request/Response framework also contains some parsers and constructors that can be used for a given batch job.

If the batch input and output structures can be handled by a combination of the prebuilt readers, writers, parsers, and constructors, then you do not need to do develop any external components. For example, if the batch input is an XML data format where each line contains one XML request data and the expected output is also XML with each line containing one XML response data, then you can use the prebuilt components to handle this input and output. However, if either the input or output structure, or both, cannot be handled with the available components, new pluggable components must be written. For more information, see the section on building custom batch jobs.

The available reader and writers are:

For more information on available parsers and constructors, see the section on configuring the Request/Response framework.



Feedback

Timestamp Last updated: November 2012

Topic URL: