1 2 Previous Next 16 Replies Latest reply on Feb 17, 2007 12:43 PM by gavin.king Go to original post
      • 15. Re: Web services and Seam
        cavani

        Hi Gavin,

        I finally start using jBPM for my project and I am thinking it is pretty amazing tool. My plan is use jBPM on server side for process execution controlled by client tool through WS.

        In the past, I read this (that mention jBPM):

        http://blog.hibernate.org/cgi-bin/blosxom.cgi/Gavin%20King/roadmap.html

        And now this update:

        "gavin.king@jboss.com" wrote:
        So, subsequent to that, the very first thing we will work on is WS and ESB integration. We now know what that stuff is going to look like (well, at least I do), so it is just a matter of actually implementing it, and it will go out initially as Seam 1.2 beta. I have promised you guys Seam/WS in Q1, so the current release date for that is March 30 ;-)


        And I found this on jBPM Jira:

        Add a webservice frontend to jBPM
        http://jira.jboss.com/jira/browse/JBPM-718

        Seam will use it own way for WS/Conversation/Orchestration/Business Process on top of jBPM without jBPM own WS frontend?

        For now, I am going to work with WS in EJB3 Stateless named Seam Component and jBPM Component from Seam Core.

        Great work and Thanks,

        • 16. Re: Web services and Seam
          gavin.king

          At least in the initial release, Seam-WS will probably not feature any specific functionality for service orchestration, since this functionality is being provided by jBPM itself (for WS orchestration) and by JBoss ESB (for ESB event orchestration).

          (Initially I had thought we would do this ourselves, but it turns out to be unnecessary.)

          What we will be providing initially is the stateful component model for the service.

          1 2 Previous Next