0 Replies Latest reply on Mar 23, 2007 10:53 PM by dmlloyd

    How to deploy a process with Gravel and jbpm4jsf

    dmlloyd

       

      <h:form enctype="multipart/form-data">
       <gd:inputFile stream="#{processStream}"/>
       <h:commandButton value="Deploy!">
       <jbpm:deployProcess archive="#{processStream}"/>
       </h:commandButton>
      <h:form>


      It's just that easy... no special servlets needed.