[rules-users] Difference between Rule Base and Knowledge Base

Mark Proctor mproctor at codehaus.org
Sat Aug 21 11:26:52 EDT 2010


  rulebase is legacy, it's still there for backwards comptability.

Mark
On 21/08/2010 15:47, Swapnil Sawant wrote:
> Hi,
>
>
> I had a very basic doubt. 'Rule Base' and 'Knowledge Base' are two different concepts (may be from implementation point of view )?
>
> I got this doubt when I was going through section '1.4.7.2. Drools execution server' of drools guvnor (v5.0) where it was written like :
> The drools execution server (drools-server) module is a war which you can deploy to execute "knowledgebases (rulebases)" remotely for any sort of client application
>
>
> The thing is that , I have created Knowledge base  from changeset.xml as follows :
>
>           kagent = KnowledgeAgentFactory.newKnowledgeAgent( "MyRuleAgent" );
>           kagent.applyChangeSet( ResourceFactory.newUrlResource( changesetUrl ) );
>           kbase = kagent.getKnowledgeBase();
>
>
> Now if I wish to get Rule Base corresponding to my changeset(or rather my DRL file) using 'this kbase object' , how can I do that ?
>
>
> Thanks,
>
> Swapnil Sawant
>
> This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
>
> ______________________________________________________________________
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>





More information about the rules-users mailing list