Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 816 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 816 Bytes

Drools Spring integration using Maven

This project is mavenized version of the 2 Drools examples Banking example and [Pricing and Decision Table Rules example] (http://docs.jboss.org/drools/release/5.2.0.Final/drools-expert-docs/html/ch09.html#d0e9371).

In order to start this example run

mvn clean test

You will see all the test successful. It is completely integrated with Spring framework and works with spring-core version 3.0.2-release. There are some issues hence it is not working with 3.1.1.release, I am still exploring. Feel free to modify. Refer this blog for more details.