Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Unable to svn checkout

  1. #1
    Join Date
    Jun 2006
    Posts
    3

    Default Unable to svn checkout

    http://static.springframework.org/sp...epository.html implies that I can checkout from https://svn.interface21.com/svn/i21/spring-batch/trunk but that url requires a username/password. Same for the non-SSL version.

  2. #2
    Join Date
    Sep 2004
    Posts
    127

  3. #3
    Join Date
    Jun 2006
    Posts
    3

    Default That worked (somewhat)

    Thanks Dan.

    That worked, though there's nothing really there yet. Any due date on when the code will be released to svn?

  4. #4
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    We currently haven't pushed any code to the official sourceforge repository yet, but Dan was correct, this will be the ultimate home for the code base. We want and need to make sure that the code-base is stable, well tested, and is of the quality you have come to expect of Spring. We had aimed to have this complete leading up to JavaOne; however, some key refactoring efforts have pushed this back. We'll make an announcement as soon as the code has be released to sourceforge.

    -Lucas

  5. #5
    Join Date
    Sep 2004
    Posts
    127

    Default

    @bayard, I posted the SVN URL before I actually looked at what's in there.

    @Lucas, is it possible to get a glimpse at what will be available regarding support for fixed length files? I'm about to start working on something similar, so this could be of great help.

    Thanks,
    Dan

  6. #6
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    Dan, There will definitely be support for fixed length files. (Including multiple line types per files) We're currently refactoring some around file input, so the exact interface could change, but the essential support would allow for a file to be described in xml, which would be used to 'tokenize' each line based on the descriptor. The tokenized input can then be accessed in a method similar to a ResultSet. (i.e. .readInt(columnIndex)).

  7. #7

    Default Still not able to access code

    I am about to start on spring enabled batch framework for my project. I would really like to avoid doing the framework, only to migrate later to spring batch. My project is due august.
    Can some one please provide an official release date for spring batch?

  8. #8
    Join Date
    Sep 2004
    Posts
    127

    Default

    Lucas, I just found the JavaDocs at http://static.springframework.org/sp...cture/apidocs/ , and the support for writing flat files is quite similar to what I've come up with.

    Can't wait to get my hands on the code!

  9. #9
    Join Date
    Feb 2006
    Posts
    26

    Default

    The code isn't out there yet but as Dan indicated the API doc is there. So, can we assume that the API won't change? Or will the large refactoring effort currently undertaken change the API as well?

    Thanks,

  10. #10
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    The API is not stable yet. Hence the lack of a public release. Sorry everyone, but we don't want to rush it and get it wrong. I will update the website with the current Javadocs snapshot - there have already been some changes to simplify the tokenizer API for instance.

Posting Permissions

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