47

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 :-) )

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 ?

Andrew Barber
  • 39,603
  • 20
  • 94
  • 123
anjanb
  • 12,999
  • 18
  • 77
  • 106
  • 1
    it tool me a few days to get to grips with Drools. I'm still not convinced by it, even if part of the UK tax office uses it. – jeff porter Apr 09 '10 at 10:30
  • You can find good JBoss Drools tutorial here along with source code and Videos-http://javainuse.com/drools –  Jul 28 '17 at 09:57
  • I have a step-by-step video course for beginners to learn Drools: https://www.udemy.com/course/master-drools/?referralCode=ED7C311E09498C940742 – Master Drools Nov 14 '19 at 09:25

3 Answers3

41

What joekutner said + a recent 1hr Fosdem "introduction" video. Despite the comments, it's actually really good, but what you have to have is the slides, so that you can follow through in a sane fashion. Here is a link to the 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.

I can't emphasise how good this was helping me get the "feel" of drools, and just how to use the power.

Simulant
  • 19,190
  • 8
  • 63
  • 98
Stephen
  • 19,488
  • 10
  • 62
  • 83
15

The Drools Documentation is really good:

http://www.jboss.org/drools/documentation.html

There are two books from PackIt publishing that aren't bad:

https://www.packtpub.com/drools-jboss-rules-5-0-developers-guide/book

https://www.packtpub.com/jboss-drools-business-rules/book

Here's a good article that discusses rule-engines in general:

http://www.infoq.com/articles/Rule-Engines

codefinger
  • 10,088
  • 7
  • 39
  • 51
1

I would suggest you to just go through only one book

Drools JBoss Rules 5.0 Developer's Guide, By James Taylor & Michal Bali

It is very nice book check this out, and online lots of material is available.

Dhaval Shah
  • 9,042
  • 2
  • 14
  • 21