Results 1 to 9 of 9

Thread: Spring batchframework

  1. #1
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default Spring batchframework

    I heard from a colleague that Rod Johnson said something on Javapolis about adding batch support in the Spring framework. Does anyone have more information about it?

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Was this just a throw away comment, or did your colleague say Rod gave anymore away?

  3. #3
    Join Date
    Dec 2006
    Location
    Den Helder - The Netherlands
    Posts
    28

    Default

    I've heard Rod say that aswell, but I can't remember the details on that anymore.

    I did wonder what value batch support would add over the current scheduling possibilities?

  4. #4
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default

    Quote Originally Posted by momania View Post
    I've heard Rod say that aswell, but I can't remember the details on that anymore.

    I did wonder what value batch support would add over the current scheduling possibilities?
    Batch processing could be the infrastructure based on top of the scheduling/runnable-processing functionality. It could be distribution of chunks/batches, ordering of chunks, lifecyclemanagement of batches/chunks etc.
    Last edited by Alarmnummer; Dec 21st, 2006 at 06:48 AM.

  5. #5
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default

    Quote Originally Posted by karldmoore View Post
    Was this just a throw away comment, or did your colleague say Rod gave anymore away?
    I don't know But I would like to hear more about it.

  6. #6
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    Quote Originally Posted by Alarmnummer View Post
    Batch processing could be the infrastructure based on top of the scheduling/runnable-processing functionality. It could be distribution of chunks/batches, ordering of chunks, lifecyclemanagement of batches/chunks etc.
    I think this would be a great addition on top of the Executor framework of java.util.concurrent. If I can define my batch workflow based on metaphors like fork-join, pipelines etc. either through a DSL, scripting languages or at least XML and then have the Spring batch framework act on it ..

    - Debasish

  7. #7
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    All we need now is someone with some information! Anyone........

  8. #8

    Default

    Quote Originally Posted by karldmoore View Post
    All we need now is someone with some information! Anyone........
    May be Rod would swing by.

  9. #9
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by tatvamasi View Post
    May be Rod would swing by.
    Might be strictly a need to know basis

Posting Permissions

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