规则引擎 Drools

 
Drools规则引擎API概述
http://thinkinside.tk/2013/12/20/drools_API.html

Drools名词术语总结
http://my.oschina.net/u/243504/blog/177724

一个Drools使用者的相关文章:
http://www.blogjava.net/guangnian0412/category/11762.html

Drools语法
http://blog.csdn.net/quzishen/article/details/6163012

Drools例子
http://www.mzone.cc/article/669.html

Dynamic Java Programming With Rule Engine
http://java.dzone.com/news/dynamic-java-programming-rule
引用
Rule Engines have generally 4 types of rules;

Constraint Rule: We may need to define restriction or limits for some entities. “A customer sales order amount must be lower than 100 if the plant is over capacity ”

Validation Rule: Some validation rules may change over time. “Production order can’t be accepted if current day is Sunday”

Action Rule: Some actions may be triggered. “Send a notification e-mail if a purchase order is over $1000 to boss”.

Computation Rule: Some formula may be executed. “Discount is 20% if customer is Mr. Anderson”

猜你喜欢

转载自wuaner.iteye.com/blog/584839