How do I use jbpm demo in a professional environment?

折月煮酒 提交于 2019-12-06 16:08:04

Basically, the answer is - not much. Unfortunately, the jBPM suite is very not-user-friendly when it comes to using it within your own standalone application.

The demo installer basically does install a Wildfly instance that runs the respective WARs, so in a sense, it does exactly what you want. However, the big problem is customizing the solution. The installer comes with prepackaged WARs and if you want to customize some solutions (for example, override the security provider), you have to recompile and repackage the relevant code from source.

What I would recommend is instead of using the full jBPM suite, use the requisite components. You can use the jBPM core engine as a standalone library, without really deploying it as a separate WAR.

If you want specific hints, please feel free to ask. Also, if you want to recompile the jBPM components under Windows, get ready for a lot of hurt (and using custom Maven GWT builders).

jBPM installer is really just for demo purposes. If you want to use it in production, you should get JBoss BPM Suite. If you do not want to pay, it is much harder to get something useful unless you build the whole system from the source code. But you can still find WAR files optimized for different containers on JBoss Nexus. You can download KIE Workbench or KIE Server in the latest stable version 6.4.0.Final.

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