user1430163
user1430163

Reputation: 109

Sample Application Using Drools5

I am working on the Drools5.I am new to this Drools.I need a sample working example for this Drools.For this i have googled it alot but i did not find the correct one.If anyone has an idea can give me the reply.

Upvotes: 0

Views: 612

Answers (1)

Kjellski
Kjellski

Reputation: 925

Since I'm on the same boat as you are, I've searched for learning material quite a bit. Here are my resources:

http://www.jboss.org/drools For the general portal for the project.

Since this project has nicely modularized submodules, here they are:

  1. Drools Guvnor for the Management Module that is used to manage packages of rules and POJOs with versions and also for deployment of snapshots for external usage.

  2. Drools Expert for the expert systems core of the project. Here you can get a first look at how rule processing works under drools.

  3. Drools jBPM5 for business workflow process modeling and integration.

  4. Drools Fusion for Complex Event Processing (CEP) with which you can do all timeconstraint sorts of pattern matching you could think of (my favorite by the way ;).

  5. Drools Planner for planning and business resource optimization.

For each of them, there is a complete and in my opinion high quality documentation out. In there you can really get a hands on an start digging in. You could also start working through one or the other of my personal list:

I hope this helps.

Greetings, Kjellski

Upvotes: 1

Related Questions