Java Rule Engine API (JSR 94)

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

Articles
  

Articles:
  • Open source rule management by James Owen   - [Clicks: 48]
    For smaller projects, open source business rule management systems might make more sense then their expensive commercial counterparts. JBoss Rules and Jess represent two of the better open source offerings out on the market.
    http://www.javaworld.com/javaworld/jw-11-2006/jw-1107-brms.html - Nov, 2006
  • Real-World Rule Engines by Geoffrey Wiseman   - [Clicks: 101]
    Geoffrey Wiseman explains rules engines and shares practical experiences applying them with Drools in financial services.
    http://www.infoq.com/articles/Rule-Engines - Jun, 2006
  • Implement business logic with the Drools rules engine by Ricardo Olivieri   - [Clicks: 114]
    Using a rules engine can lower an application's maintenance and extensibility costs by reducing the complexity of components that implement complex business logic. This article shows you how to use the Drools rules engine to make a Java application more adaptive to changes. Drools has the added benefit of a syntax that lets you embed Java code directly in a rules file.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-drools/index.html - May, 2006
  • Business logic in a hurry by Samuel Michaelis   - [Clicks: 78]
    In many projects, business logic changes over night -- often meaning overtime and stress for everyone involved. Early on, you learn that though documentation is rarely fun, it's always welcome. But good documentation is only half the job. Handling business logic systematically is also important, and this article offers some suggestions on how to do that by applying a business rules system.
    http://www.javaworld.com/javaworld/jw-01-2006/jw-0123-busylogic.html - Jan, 2006

[Top]