This content has been marked as final.
Show 2 replies
-
1. Re: Difference between KieBase and KieSession
krisverlaenen Jan 27, 2016 8:55 AM (in response to albertofj)The KieBase is all about definitions (it contains all your processes, rules, etc.) and the KieSession is the runtime interface (how to start processes, do task mgmt, insert data, etc.). The KieContainer is just an interface you could use to create a KieSession etc. (based on a KieBase, identified by a unique release id).
-
2. Re: Difference between KieBase and KieSession
albertofj Jan 28, 2016 3:23 AM (in response to krisverlaenen)Thank you. I get it.
But i don't understand because you can configure the KieBase and KieSession in the GUI. I thought he was more focused on work with the API.
Sorry if not much understand, I'm Spanish ... XD
thanks