2 Replies Latest reply on Jan 6, 2015 9:46 PM by cfang

    Standalone example on jberet (jsr352)

    nageswara.raov

      Is there anyway to use jberet as standalone module to execute Batch Jobs?

       

      Here is the usecase

      -----------------------------

       

      - I have 5 stages of data processing

      - A batch job is to be executed at each state

           - batch job consists of reader, processor, writer

      - Each stage is has to wait for the completion of its former

      - Data flow is required between stages

       

      All the steps in use-cases are perfectly in-line with jBatch specification. Fortunately or Un-Fortunately it has to be executed as a standalone data processor.

       

      On search getting only WildFly samples. Not standalone all the time.

       

      Any insights on why/why not would be helpful.