On Oct 18, 2007, at 2:10 AM, suker wat wrote:
What are the main files that make up the project; How to save up to
how you should present?
As I've already explained to you several times, there are many
different ways to do it. As the manual explains (I thought) quite
clearly, you can, for example, write a single file of Jess language
code and run it with
java jess.Main <filename>
You can also create a jess.Rete object in any Java application and
send Jess code to it using the Rete.eval() method (called
executeCommand() in Jess 6), or use the other methods of the Rete
class to do various other specific tasks.
Jess is not a framework like Struts that tells you how you must
design your application; it's designed to fit into any structure you
design yourself.
---------------------------------------------------------
Ernest Friedman-Hill
Informatics & Decision Sciences Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
PO Box 969, MS 9012 [EMAIL PROTECTED]
Livermore, CA 94550 http://www.jessrules.com
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------