1 Reply Latest reply on Dec 14, 2006 4:58 AM by pmuir

    JBoss Seam with JBpss jBPM

    onizuka82

      Hi everyone,

      I am a newbies in JBoss Seam. I am currently doing a final year project in a company. The company want me build a workflow system so i have chooses JBoss jBPM. The company has ready existing JSP form which requires automation so i was wondering how JBoss Seam help here. The company just require to autmate the existing form.

      Hope that any kind samaritan can help.

      Thank you in advance.

      Regards,
      Aw

        • 1. Re: JBoss Seam with JBpss jBPM
          pmuir

          Seam works well to integrate JSF (so the pages would need to be converted to JSF - you can use JSP syntax in JSF) and jbpm. The numberguess example shows using pageflows (i.e. a finegrained workflow) and dvdstore shows using processes (coarse grained, can contain a number of pageflows).