Java 如何快速学习 Drools 或其他规则引擎
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2606603/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to learn Drools or another rule engine fast
提问by anjanb
We're embarking on a module which will generate some recommendations based on some criteria. The criteria will be in the form of set of Business Rules and hence I was considering using a Business Rule Engine like Drools(open source and java :-) )
我们正在着手开发一个模块,该模块将根据某些标准生成一些建议。标准将采用一组业务规则的形式,因此我正在考虑使用像 Drools(开源和 java :-) )这样的业务规则引擎
we need to learn Drools fast (2-3 weeks) and be able to implement rules using JBoss Drools. Which articles, tutorials, books, best practices should we be following ?
我们需要快速(2-3 周)学习 Drools,并能够使用 JBoss Drools 实施规则。我们应该遵循哪些文章、教程、书籍和最佳实践?
回答by codefinger
The Drools Documentation is really good:
Drools 文档非常好:
http://www.jboss.org/drools/documentation.html
http://www.jboss.org/drools/documentation.html
There are two books from PackIt publishing that aren't bad:
PackIt 出版的两本书还不错:
https://www.packtpub.com/drools-jboss-rules-5-0-developers-guide/book
https://www.packtpub.com/drools-jboss-rules-5-0-developers-guide/book
https://www.packtpub.com/jboss-drools-business-rules/book
https://www.packtpub.com/jboss-drools-business-rules/book
Here's a good article that discusses rule-engines in general:
这是一篇讨论规则引擎的好文章:
回答by Stephen
What joekutner said + a recent 1hr Fosdem "introduction" video. Despite the comments, it's actually really good, but what you haveto have is the slides, so that you can follow through in a sane fashion. Here is a link to the Youtube-Video.
joekutner 所说的 + 最近的1 小时 Fosdem“介绍”视频。尽管有评论,但它实际上非常好,但您必须拥有幻灯片,以便您能够以理智的方式跟进。 这是 Youtube-Video 的链接。
It is fast, you'll have to pause, but I found that I was learning stuff at the 25 minute mark after having done a few days playing and reading drools docs.
它很快,你必须停下来,但我发现在玩了几天游戏和阅读了 drools 文档后,我在 25 分钟的时间内学习了东西。
I can't emphasise how good this was helping me get the "feel" of drools, and just how to use the power.
我无法强调这对帮助我获得流口水的“感觉”以及如何使用这种力量有多好。
回答by Dhaval Shah
I would suggest you to just go through only one book
我建议你只看一本书
Drools JBoss Rules 5.0 Developer's Guide, By James Taylor & Michal Bali
Drools JBoss 规则 5.0 开发人员指南,作者:James Taylor 和 Michal Bali
It is very nice book check this out, and online lots of material is available.
这是一本非常不错的书,看看这个,网上有很多资料。