Java Rule Engine API (JSR 94)

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Working with the Business Rules Framework by Aleksey Shevchenko   - [Clicks: 108]
    Utilizing a sound Business Rules Framework in your application is a key to successful development and easy maintenance.
    http://www.developer.com/java/ent/article.php/3563826 - Nov, 2005
  • Using Drools in Your Enterprise Java Application by Paul Browne   - [Clicks: 206]
    Enterprise Java developers have framework options for the presentation layer and the persistence layer, but what about business logic? Paul Browne makes the case for the Drools rule engine as a framework for this layer.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/08/24/drools.html - Aug, 2005
  • Give Your Business Logic a Framework with Drools by Paul Browne   - [Clicks: 109]
    Paul Browne employs the open source Drools system to introduce the concepts and benefits of rule engines.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/08/03/drools.html - Aug, 2005
  • Getting Started With the Java Rule Engine API (JSR 94): Toward Rule-Based Applications by Qusay H. Mahmoud   - [Clicks: 168]
    You can create agile business applications by combining the Java platform and business rule technology, managing the business behavior outside the source code. JSR 94 provides a vendor-neutral Java platform interface to access a rule engine.
    http://java.sun.com/developer/technicalArticles/J2SE/JavaRule.html - Jul, 2005
  • Business Rules Engines Within Enterprise Platforms by Daniel Jobst, Rainer von Ammon, Benjamin Gebauer   - [Clicks: 144]
    This article compares ILOG JRules as a quasi industry standard to the XML-based rule engine within BEA WebLogic Platform 8.1. The article also discusses the role of Java Specification Request (JSR) 94 for the integration of rule engines into a J2EE platform. Business rules reach a high level of complexity in non-trivial, real business processes, so having a tool environment and an appropriate degree of usability is important for non-IT personnel such as marketing representatives. This article uses a prototype application based on a bank's real business processes.
    http://dev2dev.bea.com/pub/a/2005/04/business_rules_engines.html - Apr, 2005

[Top]