Results 1 to 9 of 9

Thread: Forward value from Step to Step

Threaded View

  1. #1
    Join Date
    Feb 2009
    Location
    Paris
    Posts
    30

    Default Forward value from Step to Step

    Hi all,

    I'm new in Spring Batch and I'm wondering how it is possible to forward some values from a Step to another one.
    I think it's possible using the execution context but is it the only (and/or the best) way to do it ?
    For example, I'm doing a job that gets some data from a DB as a list of complex objects. Then I'm parsing this list, doing some transformation on my objects before calling writing them in another table.
    I'd like to divide this process in different steps, so, how can I forward my list of objects from a step to a second on ?

    Thanks in advance for answering me,
    Bye.
    Last edited by Zico; Apr 6th, 2009 at 11:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •