• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Announcing Jess 6.1p5

 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The latest release of Jess, the rule engine for the Java platform, is
now available from
http://herzberg.ca.sandia.gov/jess
Jess is a fast, light rule engine and scripting environment written
entirely in Java. You can build Java software that has the capacity to
"reason" using knowledge you supply in the form of declarative
rules. It is supplied as a programmer's library, making it ideal for
embedding in larger applications. It is free for academic use and can
be licensed for commercial use. Licenses include full source code and
support.
Changes in this release:
Jess now works as a standard extension, including loading user
classes (thanks Ted Neward). Fixed a potential stack overflow in
FactList.processPendingFacts() (thanks Ray Mekert.) Error messages
from jess.awt.Canvas.paint() are flushed (thanks Isilyn
Cabarrubias).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic