[rules-users] Can someone help me ?

Michael Anstis michael.anstis at gmail.com
Wed Jul 27 04:07:34 EDT 2011


Rules themselves are plain text (DRL), so you can use any of Java's many
persistence technologies to store the text.

If you want to store a compiled, serialised KnowledgeBase; this is a BLOB
and again you can use any of Java's many persistence technologies.

If you want a "free" rule authoring environment too, then you could look
into using Drools Guvnor as your rule repository, and whilst the underlying
JCR using the File-System by default it can be configued to write to (m)any
RDBMS.

With kind regards,

Mike

2011/7/27 祝英杰 <flyingbeecd at gmail.com>

> When I use the drools,****
>
> I want to store the rules in the SQL Server Database,****
>
> Can someone help me and give me some advices, how do I do it?****
>
>  ****
>
> Thanks!****
>
> ** **
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110727/dbf6c4a7/attachment.html 


More information about the rules-users mailing list