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
Drem Darios 3b001e118b Removed all JMX references from core module. 10 years ago
easyrules-core Removed all JMX references from core module. 10 years ago
easyrules-jmx Updated poms with version 1.3.0-SNAPSHOT 10 years ago
easyrules-samples Updated poms with version 1.3.0-SNAPSHOT 10 years ago
site update version for next release 10 years ago
.gitignore add .gitignore 10 years ago
README.md Added Gitter badge 10 years ago
pom.xml Updated poms with version 1.3.0-SNAPSHOT 10 years ago

README.md

What is Easy Rules?

![Gitter](https://badges.gitter.im/Join Chat.svg)

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

  • Lightweight framework and easy to learn API

  • POJO based development with annotation programming model

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

  • The ability to create composite rules from primitive ones

  • Dynamic rule reconfiguration at runtime using JMX

Presentation

You can find some slides about Easy Rules on speaker deck.

Documentation

All Easy Rules documentation can be found here : http://www.easyrules.org

License

Easy Rules is released under the MIT License.