How to do Activiti workflow integration with JSF application

孤街醉人 提交于 2019-12-11 02:19:06

问题


I am new to Activiti workflow. I just wanted to implement a JSF application with activiti workflow with out maven dependency. I am using JPA for databases connectivity. How to do it?


回答1:


activiti-cdi might be the keyword you are looking for. It makes the integration with (among others) JSF pretty easy, see for example this tutorial: http://www.bpm-guide.de/2011/09/17/build-your-own-activiti-task-explorer-with-cdi-and-jsf-2/




回答2:


There are different tools to implement workflows in JSF.

Is simple: http://www.imixs.org/jee/examples/jsf_example.html

I recommend the most is "Spring Web Flow" - Simple example: http://www.springbyexample.org/examples/simple-spring-web-flow-webapp.html

Regards,



来源:https://stackoverflow.com/questions/12173533/how-to-do-activiti-workflow-integration-with-jsf-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!