Drools: storing rules in database

前端 未结 5 858
温柔的废话
温柔的废话 2021-01-31 11:51

Currently I store all rules files on the file system (there are lots of versions of them) and load the different versions of them into memory at startup. I would like to change

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-31 12:21

    Well, you might want to look at Guvnor as a way of providing rule management.

    But in short, no, you'll have to write your own.

    Keep in mind you don't need a file in between, you can read the string representation of the rule out of the db and just compile that.

提交回复
热议问题