Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    4,774

    Yes, I can see it in the browser. looks like...

    Yes, I can see it in the browser.

    looks like some other issue...i'll try it and let you know. :)
    thx
  2. Replies
    14
    Views
    4,774

    Thanks Dave. This should be really helpful for...

    Thanks Dave. This should be really helpful for someone who is just starting with spring batch and has a complex business requirement :)

    However I am getting this error when trying to download...
  3. Replies
    9
    Views
    1,519

    Hello Dave, did you get time to publish the...

    Hello Dave,

    did you get time to publish the code for the sample application you wrote? :)

    Thanks
  4. Thanks Robert. :) Having a compsoite item reader...

    Thanks Robert. :)
    Having a compsoite item reader solved it.

    RecordSeparatorPolicy can have a isStartofRecord method to handle such situations.
  5. A question on Delimiter/Record Seperation

    Hi,

    I have just strated with spring batch and I am trying to read a file which has records of following type:

    ## START FILE <this is file header>
    ## 123 john f kennedy <start of a 1st record>...
  6. Replies
    7
    Views
    11,600

    Well how stupid can i get! ;) I was thinking...

    Well how stupid can i get! ;)

    I was thinking there is an issue with simpleJob Bean because if I use a single step, it works. was thinking its not able to take a <List>

    Sorry abt that...
  7. Replies
    7
    Views
    11,600

    hello World batch

    Is there something wrong with this configuration?


    <bean id="hello" class="org.springframework.batch.sample.tasklet.PrintTasklet">
    <property name="message" value="Hello"/>
    </bean>...
  8. Hello Alex, I have a very similar...

    Hello Alex,
    I have a very similar requirement...creating different jobs based on whats there on queue etc. I have just started using the batch framework. Would be of great help to start the design...
  9. Replies
    9
    Views
    1,519

    Thanks Dave and Lucas. I'll eagerly wait for...

    Thanks Dave and Lucas.

    I'll eagerly wait for that sample application :)

    Will post more once I understand the framework a bit more.

    Thanks again
  10. Replies
    9
    Views
    1,519

    lucasward, thanks a lot :) just to elaborate...

    lucasward, thanks a lot :)

    just to elaborate on point no 4...

    What i meant was that this aplication will keep reading files and keep adding records onto a queue.Lets call this as file...
  11. Replies
    9
    Views
    1,519

    Evaluating Spring Batch framework

    Hello,

    I have a business use case and after reading the documentation, looks like spring batch framework can help me solve it.

    Use Case: Three type of files are written to a directory by...
Results 1 to 11 of 11