This post originated from an RSS feed registered with Ruby Buzz
by Steven Herod.
Original Post: My list of JBoss Drools resources...
Feed Title: Any set of characters
Feed URL: http://steven.herod.net/rss.xml
Feed Description: Randon mutterings from someone learnign RubyOnRails.
So, you want to get up to speed on JBoss Drools, the open source rules engine.
Here's my list of resources, some of them are obvious, some take a bit more digging.
Official Documentation
The official documentation is the obvious starting point, its improved greatly over the years, but there are errors, usually relating to older APIs being used or incorrectly cut and paste code samples. If it doesn't make sense, search for corroberation
Join the User mailing list (don't pester the Dev list), even if you don't post, there are questions, and keeping an eye on the posts over time will definiately expand your understanding.
Drools has a set of examples available as stand alone projects, the examples in the documentation are often incomplete (Rule Templates and Excel Spreadsheets are one weakness) and these examples really help out. You'll currently find the examples in the downloads area.
Get the source code... no, really, go get it, you can't understand some error messages unless you have the code, so providing it to eclipse so you can follow the stack traces. In addition, the unit tests also provide usage examples, again it's in the downloads area.
You can access the nightly builds of Drools from their Hudson CI environment. Since Drools often has a lengthy cycle of Milestones, this can often be useful to use.