Jbpm4.1特性:
4.1與Tomcat集成的很好
4.1提供基于Web的流程編輯功能
在開發指南中有相關整合章節:
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




















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