Results 1 to 5 of 5

Thread: FlatFileItemWriter

  1. #1
    Join Date
    Dec 2009
    Posts
    20

    Default FlatFileItemWriter

    Hi,

    I am a newbie to Spring Batch project and wanted to include the jar into my Maven pom.xml file as I want to use the org.springframework.batch.item.file.FlatFileItemWr iter class.

    Any feedback would be great!

    Thanks,
    J

  2. #2
    Join Date
    Dec 2009
    Posts
    5

    Default

    Download SpringSource Tool Suite 2.2.1.RELEASE from Spring site.

    Thats the best way to start any Spring based Project, including Spring batch.

    sample application for spring batch is already there in this suite.

  3. #3
    Join Date
    Dec 2009
    Posts
    20

    Default

    I find it hard to believe that there isn't a Maven repository entry and I think your statement "Thats the best way to start a Spring based project" is a bit subjective.

    How is that the sample app show which dependencies and yet no avail.

  4. #4
    Join Date
    Dec 2009
    Posts
    20

    Default

    Found the anwser I was looking for:
    http://static.springsource.org/sprin...downloads.html

  5. #5
    Join Date
    Dec 2009
    Posts
    20

    Default pom.xml

    Code:
    <dependency>
    	<groupId>org.springframework.batch</groupId>
    	<artifactId>spring-batch-infrastructure</artifactId>
    	<version>2.0.1.RELEASE</version>
    </dependency>

Posting Permissions

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