Posts

Showing posts from August, 2011

JRules is not a graphical programming environment

Image
I got to review a JRules project recently where the developer did used JRules as a graphical programming tool, and not implement rules leveraging the inference and the capability of the rule language. The ruleflow has around 15 subflows that look all like the picture below. The approach chosen was to loop around a collection of expenses and to apply rules in the "Expense" rule task using a variable named 'current expense'. A rule in the Expense rule task, looks like the following statement: if 'current expense' has attendee then <... do something > else print "Expense had no person attached to it" ; First a ruleflow should be used to control the flow of execution of group of rules, grouped together to apply business logic. A ruleflow should not be used as a UI for programming logic. A rule flow stays simple. What is interesting is that JRules as the definitions part in the BAL rules with operator 'in' to

On You Tube

I'm not yet lady gaga but here is a video done at Impact 2011. I know I have a strong french accent....

ABRD EPF link updates

Hi Just want to update the ABRD reference: EPF 1.5.1.2 practice library is available here and contains the last version of ABRD. A published version of ABRD can be found at http://epf.eclipse.org/wikis/epfpractices/ then go on the left to the following folder: Practices > Additional Practices > Agile business rule development.