[jboss-user] [jBPM] - Re: Confusion between RuntimeManager and new Kie API in jBPM 6

Maciej Swiderski do-not-reply at jboss.com
Tue Aug 6 01:33:36 EDT 2013


Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Confusion between RuntimeManager and new Kie API in jBPM 6"

To view the discussion, visit: https://community.jboss.org/message/831520#831520

--------------------------------------------------------------
RuntimeManager is recommended way to use when processes are involved, for rules itself you don't need RuntimeManager as it's tailored for ease of management in BPM world. When it comes to multiple modules I would say that best would be to have top level module that aggregates all dependencies to other modules and then build up KieContainer for it. Once KieContainer is ready it can be used to get important parts of it:
* KieBase
* KieSession model
These two can be consumed by RuntimeManager and the RuntimeEnvironment to provide flexible execution environment. This is the approach that jbpm-kie-services deliver and are fully CDI based.

There has been some work done around RuntimeManager for spring too so might be something to look at. As you already mentioned there is not much documentation yet but soon it will start coming in, meanwhile take a look at kie-spring and kie-aries-blueprint modules of  https://github.com/droolsjbpm/droolsjbpm-integration droolsjbpm-integration. Maybe it will bring you something useful if not feel free to open jira for improvements you think are needed.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/831520#831520]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130806/26fee9ec/attachment-0001.html 


More information about the jboss-user mailing list