The simple, stupid rules engine for Java
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
benas 91fbd118a3 fix documentation link 12 years ago
easyrules-core - Introduce Rule interface as rule abstraction 12 years ago
easyrules-samples update tutorials with new core APIs 12 years ago
README.md fix documentation link 12 years ago
pom.xml Simplify Easy Rules API : evaluating conditions and performing actions are encapsulated in the same Rule class. The user can delegate these tasks to others objects if needed. Easy Rules v1.1 is now really easy! 12 years ago

README.md

What is Easy Rules?

Easy Rules is a simple yet powerful Java Rules Engine providing the following features :

  • Lightweight framework and easy to learn API

  • Useful abstractions to define business rules and apply them easily using Java

  • Dynamic configuration of rules at runtime using JMX

Documentation

All documentation and tutorials about Easy rules can be found at benas.github.com/easy-rules/.

License

Easy Rules is released under the MIT License.