KK

          Kim-'s-Blog.Object-Everything.I'm POJO.

          .紀-錄.爲了忘卻的記憶..真的勇士,要敢于直面遇到的問題,敢于正視繁雜的原碼......在實踐中積累!

            BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
            74 Posts :: 1 Stories :: 70 Comments :: 0 Trackbacks

          Jbpm4.1特性:
          4.1與Tomcat集成的很好
          4.1提供基于Web的流程編輯功能

          在開發指南中有相關整合章節:

          Replace the standard-transaction-interceptor with the spring-transaction-interceptor. The hibernate session needs the attribute current=”true”. Also, the <transaction/> must be removed from the transaction-context if you want the transactions to be handled by Spring only. This forces jBPM to search for the current session, which will be provided by Spring.

          <process-engine-context>
          <command-service>
          <spring-transaction-interceptor />
          ...
          </command-service>
          ...
          </process-engine-context>
          <transaction-context>
          ...
          <hibernate-session current="true"/>
          </transaction-context>
          

           

          The Spring integration provides a special context, which is added to the set of context where the jBPM engine will look for beans. Using this SpringContext, it is now possible to retrieve beans from the Spring Application Context. For the Spring context to be known, a SpringConfiguration must be created. This class extends the JbpmConfiguration but will add itself as a context. The single constructor take the location of the jBPM configuration.

          <bean id="jbpmConfiguration" class="org.jbpm.pvm.internal.cfg.SpringConfiguration">
          <constructor-arg value="be/inze/spring/demo/jbpm.cfg.xml" />
          </bean>
          

           

          The jBPM services can also be defined in the Spring applicationContext, as following:

          <bean id="processEngine" factory-bean="jbpmConfiguration" factory-method="buildProcessEngine" />
          <bean id="repositoryService" factory-bean="processEngine" factory-method="getRepositoryService" />
          <bean id="executionService" factory-bean="processEngine" factory-method="getExecutionService" />
          

           

          The previous section already showed how the jBPM services can be made accessible for other Spring services. The other use case is calling Spring beans from within a process. This can be done by using an expression which resolves to the name of a Spring bean.

          <java name="echo" expr="#{echoService}" method="sayHello" >
          <transition name="to accept" to="join1"/>
          </java>
          

          The scripting engine will look into all contexts from the bean named echoService. If you configured the ScriptManager as above, Spring will be the last context to search for. You can also add a Spring bean to the Spring Application context (eg IdentitySessionImpl with id identitySession) and use it in the jBPM config (eg by adding <env class="identitySession" />)

          整合過程與 4 基本相同。
          jbpm.cfg.xml
          <?xml version="1.0" encoding="UTF-8"?>

          <jbpm-configuration>

            
          <import resource="jbpm.default.cfg.xml" />
            
          <import resource="jbpm.tx.spring.cfg.xml" />
            
          <import resource="jbpm.jpdl.cfg.xml" />
            
          <import resource="jbpm.identity.cfg.xml" />
            
          <import resource="jbpm.businesscalendar.cfg.xml" />

            
          <!-- Job executor is excluded for running the example test cases. -->
            
          <!-- To enable timers and messages in production use, this should be included. -->
            
          <!--
            <import resource="jbpm.jobexecutor.cfg.xml" />
            
          -->
            
          <import resource="jbpm.jobexecutor.cfg.xml" />
            
          <import resource="jbpm/jbpm.mail.templates.examples.xml" />
            
          </jbpm-configuration>

          工作日歷從 default中分離
          整合XML在原生的jbpm.tx.spring.cfg.xml 中

          posted on 2009-09-07 15:15 Kim' 閱讀(2167) 評論(2)  編輯  收藏

          Feedback

          # re: Jbpm 4.1 與Spring 集成 2009-09-14 10:04 禮物
          能不能再詳細點。  回復  更多評論
            

          # re: Jbpm 4.1 與Spring 集成 2009-09-14 10:04 禮物
          最好給個demo  回復  更多評論
            


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          jj
          主站蜘蛛池模板: 海南省| 新泰市| 延庆县| 绥中县| 巍山| 迁安市| 鸡东县| 民勤县| 德州市| 都昌县| 灌云县| 霍林郭勒市| 嘉义市| 广宗县| 依安县| 抚松县| 迁西县| 屏东县| 兴安盟| 肥乡县| 海原县| 鹤庆县| 越西县| 漳平市| 北辰区| 潞西市| 如皋市| 德惠市| 福贡县| 吐鲁番市| 灵川县| 涿鹿县| 梁山县| 高邑县| 巴南区| 沾化县| 堆龙德庆县| 霍山县| 庐江县| 保康县| 昭平县|