All other

MSM-Combis Rule Editor

    Blog post image      

The JBoss Rules community eco-system continues to grow with a new project over at sourceforge, MSM-Combis Rule Editor – http://sourceforge.net/projects/droolsruleedit/. I’ve downloaded and had a play with the editor and found it very novel, it’s a very different approach that I hadn’t seen before for graphically authoring rules; it uses inputs and outputs to representRead more →

XPath and JBoss Rules integration with SXC

    Blog post image      

SXC (Simple XML Compiler)SXC has just been released and is a must have for any SOA project – http://sxc.codehaus.org/ – best of all it comes with JBoss Rules integration 🙂 SXC is a pluggeable XML compiler that provides a high performance streaming XPath parser with JBoss Rules integration. It allows you to specify XPath querriesRead more →

JBoss Rules 3.0.6 was released

    Blog post image      

JBoss Rules v3.0.6 was released. As always, you can download it from the project site http://labs.jboss.com/portal/jbossrules/downloads. This is a maintenance release, with a few bug fixes. We strongly advise all people using JBoss Rules versions 3.0.x to upgrade to version 3.0.6, specially those using dynamic rules. Our special thanks to Frederic Burlet and Einat IdanRead more →

Writing better rules (Edson Tirelli)

    Blog post image      

A frequent question we got is “how do I write better rules?” or symptomatic variations of that like: What am I doing wrong? I have so much procedural code in my rules… How do I call a specific rule? (that comes from 2 types of people: those used to backward chaining and those used toRead more →

RuleFlow (Kris Verlaenen)

    Blog post image      

A new feature has been added to the JBoss Rules code, allowing users to create a graphical flow chart that defines the order in which rule sets should be evaluated. This blog shows some examples on how to use ruleflow. Ruleflow will be available in the next milestone release, and really anxious users can alreadyRead more →

update – Drools adds Clips parser

    Blog post image      

Progress is going well with the Clips parser I now have the full LHS working, exception functions. That includes the ‘and’, ‘or’, ‘not and exists conditional elements, with full nesting, including ‘and’ and ‘or’ inside the ‘not’ and ‘exists’. Patterns work with literals, bound variables, predicates and return values. I’m now working on functions atRead more →

Drools adds Clips parser

    Blog post image      

We have often stated that the Drools rule engine is fully language independant, but to date it’s only had two parsers – XML and DRL. For a bit of fun this weekend, hey I’m a willd type of guy, I went ahead and started on an experimental Clips grammar with ANTLR, although its still aRead more →