Search:

Type: Posts; User: fednad; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    399

    Nobody knows?

    Nobody knows?
  2. Replies
    3
    Views
    399

    View Post

    <bean id="offresReader" class="org.springframework.batch.item.file.FlatFileItemReader" scope="step">
    <property name="resource" value="#{jobParameters['input.offres.file']}"/>
    <property...
  3. Replies
    3
    Views
    399

    Flatfileitemreader one line for many items

    Hi,

    I've a flatfile which may contain data that result into many objects : Sample :
    AAA;10;15;...

    That means i've to create 6 items :
    (AAA,10) (AAA,11) (AAA,12) (AAA,13) (AAA,14) (AAA,15)
    ...
  4. Replies
    0
    Views
    297

    Utility about Spring Batch Repeat

    Hello,

    I try to understand every parts about Spring Batch framework (for usecases) and i don't see what is the interest of the repeat part of this framework.
    Could you give me a concrete sample...
Results 1 to 4 of 4