All Projects → talfco → tutorial-drools-decisiontable

talfco / tutorial-drools-decisiontable

Licence: other
Tutorial of the Drools Decision Table Support with Excel

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to tutorial-drools-decisiontable

businessautomation-cop
All examples related to business automation processes such as jbpm, drools, dmn, optaplanner, cloud native kogito(quarkus), quickstart, pipelines, runtimes, etc.
Stars: ✭ 50 (+127.27%)
Mutual labels:  drools, drools-example
JavaInterview
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+713.64%)
Mutual labels:  drools
Codeguide
📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Stars: ✭ 6,750 (+30581.82%)
Mutual labels:  drools
NiFi-Rule-engine-processor
Drools processor for Apache NiFi
Stars: ✭ 34 (+54.55%)
Mutual labels:  drools

Tutorial: Decision Tables in Excel

This is a modified sample of the work done by www.baeldung.com, credit goes to them.

Decision tables are a "precise yet compact" (ref. Wikipedia) way of representing conditional logic, and are well suited to business level rules.

Drools supports managing rules in a spreadsheet format. Supported formats are Excel (XLS), and CSV, which means that a variety of spreadsheet programs can be used for defining the business rules.

The Tutorial Guide can be found under dev.cloudburo.net

Drools Documentation

Relevant Articles:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].