InfoQ

News

JBoss Rules 3 (Drools) is out

Posted by Floyd Marinescu on Jun 06, 2006 10:20 PM

Community
Java
Topics
Workflow / BPM
Tags
JBoss,
JBoss Rules
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.

3 comments

Reply

Drools 3 by Geoffrey Wiseman Posted Jun 6, 2006 8:16 PM
Re: Drools 3 by Anthony D Posted Oct 19, 2006 5:27 PM
JBoss Rule 3.0 and Java by Shikkha Gupta Posted Dec 27, 2006 8:38 AM
  1. Back to top

    Drools 3

    Jun 6, 2006 8:16 PM by Geoffrey Wiseman

    This is good to see; we've been using Drools in some of our applications, and it's worked well for us. It's nice to see this continue to progress, and to get tool support.

  2. Back to top

    Re: Drools 3

    Oct 19, 2006 5:27 PM by Anthony D

    I'm trying to use Drools heavily in our applications and really want to see if i can dynamically change the rules at runtime without deploying the application. this will give flexibility to change the business rules at anytime without affecting the application runtime. can you give me some information around that since you have been using it in your application. i appreciate any help Regards Anthony

  3. Back to top

    JBoss Rule 3.0 and Java

    Dec 27, 2006 8:38 AM by Shikkha Gupta

    i am facing too many problem in using Jboss Rule 3.0 with Eclipse. the convension specified by the Tool is not working. Also i am totally unable to find what is the problem. Eclipse does not show any error (compile or runtime) but is not showing any output. Kindly let me know what to do in this respect. thanks and regards Shikkha

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.