creating a simple rule engine in java

后端 未结 15 1968
梦如初夏
梦如初夏 2020-12-02 04:47

I am exploring different ways to create a simple business rule engine in Java. I need to present the client with a simple webapp that lets him configure a bunch of rules. A

15条回答
  •  Happy的楠姐
    2020-12-02 05:26

    Another addition to this list is http://openl-tablets.org/ . It allows you to define rules in Excel, upload it to a Web based editor. It is very flexible and has built in ability to run tests against the rules with some data

提交回复
热议问题