• 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 7.0b4

 
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
We're pleased to announce the availability of the latest release of
Jess, the rule engine for the Java platform, at the usual location:

http://herzberg.ca.sandia.gov/jess/download.shtml

This release adds a lot of polish to Jess 7 as we approach the final
version. There are a number of bug fixes, enhanced features for the
JessDE debugger, and a new simplified API for embedding Jess in Java
applications.

As usual, comments and questions are welcome on the mailing list at
[email protected] or directly to me at [email protected].

From the changelog:

Fix slot-specific behavior for "null" property names
in change events (thanks Shan Ming Woo). Fix SAX parse
error for facts with no slots (thanks Wang Dong.)
Fixed definstance name resolution across modules
(Woo). New "map", "filter", and "list" functions for
functional programming. Run configurations are reused
in Eclipse. Can pass command-line arguments from
Eclipse Run dialog. Defglobals show up in JessDE
debugger. Spaces in path names won't confuse jess.bat
(thanks Eric Schubert.) Fix deadlock in debugger when
stepping over (read) and (readline) calls (thanks Jim
Goodwin.) "Start suspended" checkbox in debugger. Can
specify jess.Main alternate in launch
configuration. Tiny font in manual navbar fixed. New
URL for Jikes in manual. New "quick start" section in
manual, and a new simplified engine API as described
therein: mark(), resetToMark(), add(), addAll(),
getObjects().
 
reply
    Bookmark Topic Watch Topic
  • New Topic