2 Replies Latest reply on Jan 28, 2016 3:23 AM by albertofj

    Difference between KieBase and KieSession

    albertofj

      What is the difference between Kiebase and KieSession?

      and also, What is KieContainer?

       

      thanks

        • 1. Re: Difference between KieBase and KieSession
          krisverlaenen

          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

            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