BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News JBoss Rules 3 (Drools) is out

JBoss Rules 3 (Drools) is out

JBoss is timing a number of releases to coincide with next weeks JBoss world in Las Vegas. The latest is JBoss Rules 3.0, which is the new brand for the Drools rules engine project under JBoss' umbrella and support model.   Drools is a Rules Engine implementation, ReteOO, based on Charles Forgy's Rete algorithm tailored for the Java language.  v3.0.1 is available for download.

According to core developer Mike Neale:
JBoss Rules 3.0 introduces the new Eclipse Workbench plugin making it easier to write and debug rules. Feature highlights include support for first order logic (not, exists), a new drl langauge with easy dsl exension capabilities, truth maintenance with logical objects, agenda groups, dynamic rules and high performance indexing for over 20x performance improvements compared to Drools 2.
Drools is designed to allow pluggable language implementations. Currently rules can be written in Java, Python and Groovy.  Drools provides for Declarative Programming and is flexible enough to match the semantics of your problem domain with Domain Specific Languages (DSL) via XML using a Schema defined for your problem domain. DSLs consist of XML elements and attributes that represent the problem domain. Drools also has a .NET port allowing rules through a completely managed .NET code base. Rules can be written in any .NET language ((C#, VB.NET, J#, etc.) that can target the CLR(Version 2).  

The Drools team has also maintains a roadmap/wishlist for future releases.

Rate this Article

Adoption
Style

BT