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
Mahmoud Ben Hassine 14c00c42ee update author's web page 10 years ago
easyrules-core add method to log engine parameters 10 years ago
easyrules-jmx add method to log engine parameters 10 years ago
easyrules-samples update author's email 10 years ago
site update author's web page 10 years ago
.gitignore add .gitignore 10 years ago
README.md add contributors list 10 years ago
pom.xml refactor pom.xml files: 10 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

  • 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

Documentation

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

Presentation

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

Contribution

You are welcome to contribute to the project with pull requests on GitHub.

If you believe you found a bug, please use the issue tracker.

It would be great to attach a JUnit test that fails and it would be awesome to send a pull request with a patch that fixes the bug!

For any further question, you can use the Gitter channel: ![Gitter](https://badges.gitter.im/Join Chat.svg)

Awesome contributors

Thank you all for your contributions!

License

Easy Rules is released under the MIT License:

The MIT License (MIT)

Copyright (c) 2015 Mahmoud Ben Hassine (mahmoud@benhassine.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.