• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Rule Engines

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for an open source rule engine, and so far what I see is that there was a lot of development of different rule engines (like Drools, JSR-94 etc) few years ago, but I don't see much action around this topic currently. All the articles that I found are dated back to 2004 - 2008. I tried to use Drools' tutorials from "codehaus", but when I click on "CSV" link to download source code for tutorial, I get "Page Not Found".

Does anyone has a positive experience with any of open source rule engines? Any articles to read about what is going on in this area?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try googling for "Drools"?
 
al agady
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I did (this is what I started with). When you Goggle "Drool", the top in the list is "Drool - JBoss community" link where you can get link to "Documentation". Over there there is a link to manual, but I don't see any link to beginners tutorials. The link that I found for tutorials, doesn't contain source code. This is what is not clear for me - if there is an active development of a tool, but there is not much recent activity around this tool in Java world, then the question is if people are still using this tool. That's why I am looking to hear about other developers experience with different rule engines.
 
reply
    Bookmark Topic Watch Topic
  • New Topic