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

Thread: Spring Batch Code Published!

  1. #1
    Join Date
    Jun 2005
    Posts
    4,230

    Default Spring Batch Code Published!

    All,

    Spring Batch 1.0-m2-SNAPSHOT is available publicly (source code only
    for now) at sourceforge at
    https://springframework.svn.sourcefo...ng-batch/trunk.

    The m2 release proper is expected imminently. We think we can expect
    at least one more milestone release before we get to a release candidate. A milestone is a milestone, so we are going to continue refining the APIs until we get to a release candidate. Hopefully most of the developer touch points are functionally pretty stable, even if the names and packages might still change.

    More detail, and a features list will be posted on the website at
    http://static.springframework.org/spring-batch.

    Dave.

  2. #2
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default

    Great news! I'm really curious about this newest Spring module.

  3. #3
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    Great news indeed, finally we can get our hands dirty... Will try it out asap.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Good stuff, looking forward to having a look!
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  5. #5
    Join Date
    Aug 2007
    Posts
    2

    Default

    Quote Originally Posted by Dave Syer View Post
    All,

    Spring Batch 1.0-m2-SNAPSHOT is available publicly (source code only
    for now) at sourceforge at
    https://springframework.svn.sourcefo...ng-batch/trunk.

    The m2 release proper is expected imminently. We think we can expect
    at least one more milestone release before we get to a release candidate. A milestone is a milestone, so we are going to continue refining the APIs until we get to a release candidate. Hopefully most of the developer touch points are functionally pretty stable, even if the names and packages might still change.

    More detail, and a features list will be posted on the website at
    http://static.springframework.org/spring-batch.

    Dave.
    Great work guys! I've been monitoring the spring-batch project for several
    months now, waiting to test it out. I've checked out the source from trunk
    and built w/o any problems. Nice! Are there any docs or maven
    goals for deploying the server and running the sample jobs?

    - Tellis

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

    Default

    Thanks for taking the time to checkout Spring Batch. We're still working through some of the documentation, especially for the sample jobs, but most of the sample jobs are currently driven by JUnit. Within the Samples project, under src/test/java, in the org.springframework.batch.sample package, you'll find unit tests ending in *FunctionalTests.java, which run the JobConfigurations that can be found under src/main/resources/jobs/. I am also planning on adding more 'end to end' sample jobs that are kicked off from scripts as soon as possible.

    I'm not entirely sure I understand what you mean by 'deploying the server'? Do you mean deploying to a server?

  7. #7
    Join Date
    Aug 2007
    Posts
    2

    Default

    Thanks! I was under the mistaken impression that there was some sort of
    server component to spring-batch that enabled execution of jobs from remote
    clients. Hence my reference to "deploying the server". Has the spring-batch
    team considered including a "job server" component, perhaps based on
    Spring-WS and Spring's TaskExecutor API?

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

    Default

    There's nothing in spring-batch keeping you from launching remotely, either using RMI, or an EJB facade. If you look at the code itself you will also see a TaskExecutorJobLauncher that takes advantage of the TaskExecutor api to launch jobs asynchronously. However, with that being said, we don't have any sample jobs yet that showcase how this could be done.

  9. #9
    Join Date
    Sep 2004
    Posts
    602

    Default

    Quote Originally Posted by Dave Syer View Post
    All,

    Spring Batch 1.0-m2-SNAPSHOT is available publicly (source code only
    for now) at sourceforge at
    https://springframework.svn.sourcefo...ng-batch/trunk.
    Thanks for this Dave, much appreciated. Webflow came along just when we needed it and now the same is apparent for Batch.

    A couple of questions:

    Will binaries be available for download soon ? Our shop has little Maven experience so binaries would be mighty convenient.

    Will there be any admin type GUI (web based or otherwise) for controlling jobs, or is Spring Batch first and foremost a set of APIs ?
    Last edited by Paul Newport; Sep 3rd, 2007 at 04:53 AM. Reason: sentence didn't make sense

  10. #10

    Default Spring Batch Release

    Hi,

    Please let me where/when I can obtain Spring Batch Release libraries and docs.

    We are planning to use this framework for one of our client's batch application
    requirements, however need to develop a POC to finalize the approach ASAP.

    Thanks

Posting Permissions

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