Results 1 to 5 of 5

Thread: How to read data from Database using spring batch framework

  1. #1

    Default How to read data from Database using spring batch framework

    Hi
    could you please me how to read data from databse using spring batchframework.we are using oracle databse...

    I request to all please post ur idea if possible any sample code so that i can see and develop my task....

    Its very helpful to me i reuest to all please.....

  2. #2
    Join Date
    Feb 2008
    Posts
    488

  3. #3

    Default Thanks

    Hi DHGarrette,

    Thanks for replaying for my query Garrette.You have given a nice reff document which i got idea about my task.

    Garrette

    If possible could you please help me in my task.
    My task is ---i have to read data from database using springbatch framework and---->that data i have to insert into XML file (doing XML parsing by using JAXB parser/Transforming)---->that inserted dataXML file i have to send to DB again through JMS Queue using springbatch framework..

  4. #4
    Join Date
    Feb 2008
    Posts
    488

    Default

    You'll probably want to structure the job in two steps. The first will use a database-based ItemReader and an xml-based ItemWriter. Then the second step will use a custom Tasklet to simply send the file.

  5. #5

    Default Thanks DHGarrette

    Hi DHGarrette,

    Very very thanks for giving idea for my task.
    Actually iam new for spring batchframework,.
    without training they assiagned task to me iam strugle a lot for my task..

    Could you Please give me brief idea about my task if possible provide any desigh doc for my task,.


    I will very helpful to u...

Posting Permissions

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