1 Reply Latest reply on Dec 18, 2011 12:05 PM by swiderski.maciej

    Some questions about jbpm console

    jimmy.dongjia

      Our project now is using JBPM5.1 to develop our worflow system, I want to use jbpm console as client, will make twice development so as to suit our necessary, I have the latest console source code ,but I don't know how to compile and deploy?

       

      And next question , in  order to develop customize process, we should add new task forms use freemarker. I think the forms should be a dynamic page,and will be connect with database,read and write data from db. So I want to know whether the .ftl file support JSP or other dynamic language?If support,how to config?

       

       

      Thanks for your attention,any help will be appreciate!!

      jimmy.

        • 1. Re: Some questions about jbpm console
          swiderski.maciej

          Jimmy dong wrote:

           

          Our project now is using JBPM5.1 to develop our worflow system, I want to use jbpm console as client, will make twice development so as to suit our necessary, I have the latest console source code ,but I don't know how to compile and deploy?

          Have a look at following links for more details:

          http://community.jboss.org/wiki/BPMConsoleReference

          https://github.com/bpmc/bpm-console

           

          Jimmy dong wrote:

           

          And next question , in  order to develop customize process, we should add new task forms use freemarker. I think the forms should be a dynamic page,and will be connect with database,read and write data from db. So I want to know whether the .ftl file support JSP or other dynamic language?If support,how to config?

          By default it supports only freemarker but since it is based on plugin architecture you build additional form plugin to enable other scripting language support.

           

          HTH