Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    631

    Router vs ServiceActivator (JMS)

    Hello,

    I'm new to Spring Integration and would like some advice on how to architect a new system.

    I want to transfer messages from one queue to another queue, and run a system process whenever...
  2. Replies
    2
    Views
    1,550

    Hello, I wrote a delegating ItemReader as Dave...

    Hello,

    I wrote a delegating ItemReader as Dave Syer suggested which works just fine (see code below).

    Thanks for your help Dave!

    Antony
  3. /** * Implementation of {@link JobRepository}...

    /**
    * Implementation of {@link JobRepository} that allows partitioned steps to run on remote nodes with no access
    * to the job repository on the master node.
    *
    * @author Antony Quinn
    *...
  4. Hello, I got this working by using a "dummy"...

    Hello,

    I got this working by using a "dummy" job repository on the remote node:



    public class RemoteJobRepository implements JobRepository {

    ...
  5. Replies
    2
    Views
    906

    Done:...

    Done:
    http://jira.springframework.org/browse/BATCH-1293
  6. Replies
    2
    Views
    906

    2.0.1 sources.jar not in Maven repository

    Hello,

    spring-batch-core-2.0.1.RELEASE-sources.jar is missing from the Maven central repository. Is this an oversight or a change in policy?

    Cheers,

    Antony
  7. Replies
    2
    Views
    1,550

    ItemReader for FASTA files

    Hello,

    I need an ItemReader for FASTA files. Unfortunately the format of FASTA files seems to preclude the use of FlatFileItemReader.

    The problem is that there is a no way of recognising the...
  8. Dave, Thanks for the reply, I thought this...

    Dave,

    Thanks for the reply, I thought this might be the case.

    For the job repositories, I will use a MySQL database on the local node and in-memory off-the-shelf implementations for the remote...
  9. PartitionHandler: step.execute() throws exception on remote machine

    Hello,

    I've written a PartitionHandler for a compute grid framework that executes steps on remote machines. These machines may be on the same network as the master step, or they may be on...
  10. Run Spring Batch jobs on grids and local clusters?

    Hello,

    I would like to know if Spring Batch can be used to run jobs on compute grids and local clusters.

    We run third-party Perl scripts and C binaries to perform CPU-intensive analyses on...
Results 1 to 10 of 10