The JavaDude Weblog
-
Drools Fusion Samples
Mar 14, 2012 4:56 AM, by devdude
I want to share some more tips and more realistic data and rules scenarios. Netbeans : If you run the java file (Run File)with the sample code instead of running the whole application, the resources a... -
jBPM Eclipse Plugin Express Setup
Mar 12, 2012 7:44 AM, by devdude
Even we do development in Netbeans, we still can use the Eclipse plugin to ‘draw’ our processes. Start Eclipse Helios (3.6.x) or Indigo (3.7.x) Add new Software : The Graphiti SDK (more info ) Add: ht... -
Gettings started with JBoss jBPM5
Mar 12, 2012 3:02 AM, by devdude
In my journey through all the modules of Drools (Expert , Fusion , Planner ), I also visit jBPM (fomerly known as Drools Flow ). In this tutorial we just get started with Netbeans and a simple hello w... -
Getting started with Drools Fusion
Mar 8, 2012 4:15 AM, by devdude
JBoss Drools is more than Expert and Guvnor only, the suite of products also offers Fusion , Planner and Flow (now called jBPM). After getting my hands with dirty with Expert, I want to look at the Fu... -
Debugging Drools Rules
Mar 6, 2012 2:51 AM, by devdude
At the ‘hello world’ level we cant see much need to debug our rules, but with growing complexity we will be challenged quickly. We need to see which rules was fired, what parameter, what object, etc. ...