2 Replies Latest reply on Apr 12, 2006 3:46 AM by jmartell

    EAI integration

    jmartell

      Hi everyone,

      I am searching for a good Open Source EAI software and I found OpenSynchro but it doesn't include a workflow editor. But it seems that it's possible to synchronously execute opensynchro and a workflow engine using the HTTP Get request... I don't have much information about this... Can anyone help me? Is it possible to link JBoss jBPM with another soft using http get request?

      Thanks,
      Julien

        • 1. Re: EAI integration
          kukeltje

          JBoss jBPM can be linked with anything since it has the concept of actionhandlers. Either sync or async. see the documentation.

          Ronald

          • 2. Re: EAI integration
            jmartell

            Thanks!

            So the idea is to create workflows with associated actionhandlers that wait for messages from the EAI platform. That sounds good! With this functionnality I can follow the execution of my processes, am I right?