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.
easy-rules/README.md

30 lines
996 B
Markdown

12 years ago
## What is Easy Rules?
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/easy-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
12 years ago
12 years ago
Easy Rules is a simple yet powerful Java Rules Engine providing the following features :
12 years ago
12 years ago
* Lightweight framework and easy to learn API
12 years ago
10 years ago
* POJO based development with annotation programming model
12 years ago
* Useful abstractions to define business rules and apply them easily using Java
12 years ago
* The ability to create composite rules from primitive ones
* Dynamic rule reconfiguration at runtime using JMX
12 years ago
## Presentation
11 years ago
You can find some slides about Easy Rules on [speaker deck][].
12 years ago
## Documentation
12 years ago
All Easy Rules documentation can be found here : [http://www.easyrules.org][]
12 years ago
## License
Easy Rules is released under the [MIT License][].
[speaker deck]: https://speakerdeck.com/benas/easy-rules
[http://www.easyrules.org]: http://www.easyrules.org
[MIT License]: http://opensource.org/licenses/mit-license.php/