creating a simple rule engine in java

后端 未结 15 1954
梦如初夏
梦如初夏 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条回答
  •  执笔经年
    2020-12-02 05:21

    There's a rule engine for Clojure called Clara, which can be used from java as well as Clojure[Java]Script. I think it would be quite easy to create something usable from that.

提交回复
热议问题