paulwong

          JBPM

          開源流程引擎哪個好,如何選型?

          posted @ 2021-09-27 11:05 paulwong 閱讀(242) | 評論 (0)  編輯

          Camunda流程引擎

          posted @ 2021-09-27 10:55 paulwong 閱讀(176) | 評論 (0)  編輯

          Camunda/Flowable/Activiti技術(shù)發(fā)展史

          posted @ 2021-09-27 10:45 paulwong 閱讀(346) | 評論 (0)  編輯

          SNAKER

          posted @ 2014-07-23 09:16 paulwong 閱讀(353) | 評論 (0)  編輯

          XForms

          posted @ 2013-07-30 01:06 paulwong 閱讀(391) | 評論 (0)  編輯

          Intalio BPM

          posted @ 2013-06-14 09:55 paulwong 閱讀(463) | 評論 (0)  編輯

          CAMUNDA工作流引擎

          posted @ 2013-06-03 16:47 paulwong 閱讀(2731) | 評論 (0)  編輯

          Activiti入門Demo(kft-activiti-demo)

          posted @ 2013-01-06 21:39 paulwong 閱讀(1696) | 評論 (0)  編輯

          Activiti 5.11 發(fā)布,業(yè)務(wù)流程管理

          posted @ 2012-12-06 21:50 paulwong 閱讀(1329) | 評論 (0)  編輯

          ACTIVITI資源

          posted @ 2012-05-16 16:42 paulwong 閱讀(464) | 評論 (0)  編輯

          starflow 工作流程

          posted @ 2012-05-03 22:38 paulwong 閱讀(472) | 評論 (0)  編輯

          狀態(tài)控制VS流程控制

          posted @ 2012-04-24 00:56 paulwong 閱讀(383) | 評論 (0)  編輯

          免費的流程設(shè)計器

          posted @ 2012-04-23 22:35 paulwong 閱讀(401) | 評論 (0)  編輯

          BONITA

          posted @ 2012-04-19 00:06 paulwong 閱讀(369) | 評論 (0)  編輯

          工作流引擎Activiti使用總結(jié)

          posted @ 2012-04-09 16:39 paulwong 閱讀(2070) | 評論 (0)  編輯

          ACTIVITI KICK START

          posted @ 2012-04-01 00:43 paulwong 閱讀(287) | 評論 (0)  編輯

          業(yè)務(wù)系統(tǒng)與工作流系統(tǒng)

          posted @ 2012-03-20 10:26 paulwong 閱讀(454) | 評論 (0)  編輯

          activiti5.6安裝實戰(zhàn)

          posted @ 2012-03-19 00:19 paulwong 閱讀(15808) | 評論 (3)  編輯

          ACTIVITI WEB DESIGNER

          posted @ 2012-03-16 11:37 paulwong 閱讀(2848) | 評論 (2)  編輯

          activiti 5.4 demo基于oracle數(shù)據(jù)庫安裝配置

          posted @ 2012-03-14 15:19 paulwong 閱讀(5164) | 評論 (0)  編輯

          Web工作流設(shè)計器

          posted @ 2012-03-11 21:46 paulwong 閱讀(626) | 評論 (0)  編輯

          一個JBPM流程設(shè)計器

          posted @ 2012-03-01 00:38 paulwong 閱讀(352) | 評論 (0)  編輯

          ACTIVITI(JBPM5)

          posted @ 2012-02-27 20:32 paulwong 閱讀(829) | 評論 (0)  編輯

          JBPM 4.4概念解釋

          posted @ 2011-04-17 19:18 paulwong 閱讀(1166) | 評論 (0)  編輯

          JBPM4中常用概念總結(jié)

          posted @ 2011-04-16 12:55 paulwong 閱讀(1023) | 評論 (1)  編輯

          JBPM 4入門介紹

          posted @ 2010-09-29 23:09 paulwong 閱讀(327) | 評論 (0)  編輯

          jbpm4.3與spring集成

          posted @ 2010-01-08 12:40 paulwong 閱讀(842) | 評論 (0)  編輯

          jbpm4整合struts2+spring2.5+hibernate3.3
               摘要: 如果不結(jié)合其他的框架進行整個開發(fā)(如:spring、hibernate),JBPM4也有自己的一套IOC容器,能后將自己的服務(wù)配置到IOC容器中,能夠很容易的運行容器所配置的服務(wù),
          這樣它也能夠在代碼中減少一陀一陀的工廠類等代碼的調(diào)用,降低了偶核性,但是如果結(jié)合spring框架來進行整個開發(fā)的話,那么就有兩個容器,兩個SessionFactory,但是系統(tǒng)中只考慮一個容器來
          對服務(wù)進行管理, 那么我們就要將jbpm4的服務(wù)移植到spring的IOC容器中,讓spring來進行統(tǒng)一管理,這樣通過spring的容器來管理服務(wù)、事務(wù)。
            閱讀全文

          posted @ 2009-09-07 00:46 paulwong 閱讀(6889) | 評論 (7)  編輯

          JBPM WEB CONSOLE安裝實錄
               摘要: JBPM WEB CONSOLE是一個B/S端的,能管理JBPM的流程和實例。

          1、下載jbpm-jpdl-3.2.3。

          2、安裝TOMCAT 6.0,注意,這個版本的JBPM由于使用了JSF 1.2,而5.5以下的不支持。

          3、安裝ANT。

          4、安裝MYSQL 5.0,建立JBPM表,可以ANT,或在數(shù)據(jù)庫中執(zhí)行SCRIPT建立。
            閱讀全文

          posted @ 2009-03-13 15:45 paulwong 閱讀(2566) | 評論 (1)  編輯

          JBPM的雙數(shù)據(jù)源配置

          posted @ 2009-03-11 09:34 paulwong 閱讀(1273) | 評論 (0)  編輯

          Spring 整合 JBPM

          posted @ 2009-03-07 02:48 paulwong 閱讀(332) | 評論 (0)  編輯

          用OBPM30分鐘實現(xiàn)BUG管理系統(tǒng)

          posted @ 2009-02-25 10:07 paulwong 閱讀(316) | 評論 (1)  編輯

          啟動JBPM流程的代碼

          posted @ 2008-12-31 12:16 paulwong 閱讀(959) | 評論 (0)  編輯

          主站蜘蛛池模板: 增城市| 绩溪县| 灯塔市| 浏阳市| 如皋市| 平谷区| 南丰县| 神木县| 盐边县| 漳浦县| 桐乡市| 左贡县| 共和县| 青神县| 霍山县| 吉首市| 罗平县| 宁陕县| 兴业县| 六盘水市| 长顺县| 资溪县| 依安县| 伊金霍洛旗| 枞阳县| 彰化县| 中西区| 雷山县| 三门县| 曲松县| 安远县| 当雄县| 沭阳县| 渝中区| 三明市| 唐海县| 大洼县| 襄城县| 五家渠市| 泰和县| 庐江县|