Introduction to Evrete Rule Engine

java kotlin rules October 19, 2021

Baeldung has posted “Introduction to the Evrete Rule Engine”, covering a “lightweight alternative” to the Drools rule engine. Evrete describes itself as a “standard-compliant, lightweight, open-source, and developer-friendly Java Rule Engine for goals of any size and complexity.”

The tutorial is like most Baeldung tutorials: a quick-hitter that’s enough to get your feet wet, but not much more; it’s functional within its scope (which is very limited), and as such, communicates some of the important parts of Evrete (and rule engines) very quickly and sufficiently, including covering Evrete’s rule language and writing Java classes to represent rules.

in java kotlin rules rete

Reading time: 1 minute.