SummerBatch Reference Guide
Batchlet
Initializing search
    • Summary
    • Getting Started
      • Summer Batch Introduction
      • Typical use cases
      • Architecture overview
      • Programming guidelines
      • The JSR 352 as starting point
      • Main features
      • Additional Features
      • Summer batch vocabulary
      • Job
      • Step
      • Batchlet
      • Chunk handling
      • Repository
      • Operator and Batch Runtime
      • The batch mechanisms
      • Job Specification Language(JSL)
      • Unity Configuration
      • Several ways to run a job
      • Using a JobStarter
      • Reading and writing flat file
      • Reading from and writing to RDBMS
      • Reading and writing EBCDIC files using COBOL copybooks
      • FTP operations support
      • Email sending support
      • Empty file check support
      • Sql Script Runner support
      • Sort Tasklet
      • Generation Data Groups(GDG)
      • Context Managers
      • Process Adapters
      • Template facility
      • Serialization
    • Version History
      • Job File Format Xml schema
      • Ebcdic File Format Xml schema
      • Database Repository scripts per vendor
    • Index
    • List of Figures
    • List of Examples

    Batchlet

    When a step is a simple task, it is described in a XML document as a simple reference to a class that performs task as a whole. In previous example, job was a sequence of two simple batchlets.

    Previous Step
    Next Chunk handling
    Made with Material for MkDocs