• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Information needed on JESS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am evaluating some rules engine to embedd within the existing project. I am looking at JESS but could not understand how it works. I am looking at a core Rule engine with an API that i can be included within the project class path and build a GUI with the look and feel similar to my project to define Rules. JESS is one engine that i am looking at, but could not understand how to go about using it, can anyone please guide me?

thanks
Arathi
 
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
Hi,

Welcome to JavaRanch!

Embedding Jess in an application can be as simple as (with Jess 7)



"myrules.clp" is a text file containing rules in the Jess rule language. These rules can call Java methods and otherwise work with the Java code in your application.

The Rete class -- and the other classes in the jess package -- have a rich API for integrating with Java code. The manual shows a number of examples and describes the Jess rule language. For more in-depth examples, see the book linked in my signature.

P.S. Please don't post the same topic to multiple forums; I deleted the other copy of this thread from "Game Development." Furthermore, questions about products like Jess really belong in our Other Java Products and Servers forum; I'll move this there for you where we can continue this conversation.
 
Think of how dumb the average person is. Mathematically, half of them are EVEN DUMBER. Smart tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic