Skip to content

kvchoi/rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rules

Simple Rule Engine from Ant's blog. Able to process MVEL and Javascript rules in JVM, or run on Node.js.

Version 2.2.1:

  • Fixed maxant#4 - added checks to log level in order to improve performance.
  • Updated dependencies to latest versions

Version 2.2.0:

Version 2.1.0:

Also see the test classes, e.g. https://github.com/maxant/rules/tree/master/rules/src/test/java/ch/maxant/rules/blackbox, https://github.com/maxant/rules/tree/master/rules-java8/src/test/java/ch/maxant/rules/blackbox and https://github.com/maxant/rules/tree/master/rules-scala/src/test/scala/ch/maxant/rules/blackbox, or https://github.com/maxant/rules/tree/master/rules-js/test/rules-test.js.

Release Notes and Licence (LGPL) can be found here: https://github.com/maxant/rules/tree/master/rules/src/main/resources.

About

Ant's simple rule engine for Java, Java 8, Scala and Node.js.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.2%
  • Java 18.8%
  • HTML 10.2%
  • CSS 1.4%
  • Scala 1.4%