1 Reply Latest reply on Sep 16, 2009 11:55 PM by stefanotravelli

    Configuring Spring Batch to work with SEAM in JBoss

      I am rewritting an old COBOL system and the architecture I am using is JBoss, SEAM and Spring Batch.  Some people on this forum have done this already and if one of them could explain how to configure Spring Batch to work in this environment I would be very appreciative.  If you have a link to this information that would also suffice.


      Thanks
      Jerry

        • 1. Re: Configuring Spring Batch to work with SEAM in JBoss
          stefanotravelli

          Just replying in order to subscribe the thread.


          I have some cases far simpler than yours for which I evaluated a Spring Batch integration as an overhead.
          I simply managed the split of the long processes in several small transactions using Seam events and a JMS queue.


          I think it would be nice to see a Seam Batch module, maybe modeling the batch process with jBpm...