I think Praveen Bhatia wrote:
>
> Hi,
> I am new to the jess ES and so...
> I am curious to know what are the goals of jess? Couldn't the original
> CLIPS code be embedded in java?
You could indeed write Java native method wrappers for CLIPS. But
you'd sacrifice the safety and portability of a pure-Java application,
and you would have only the features of CLIPS, with none of Jess's
special features, nor the special properties of a pure-Java
engine. Jess was originally conceived as being of use for mobile agent
work.
>
> How can we embedd jess in a java code (like CLIPS can be embedded in a
> C code through the advanced interface features given with CLIPS)?
>
It's insanely easy. pparently you haven't read the Jess manual - I
suggest you do so.
> Can jess be used for real time applications like control or decision
> making in robots?
>
Soft real time, certainly as well as CLIPS can. See the trivial
'pumps' example that ships with Jess which is a genuine soft real-time
control demonstration.
> Can I have a java application in which I use jess for some decision
> making? How does one achive this interface?
>
Again, read the manual.
> many thanks in advance.
>
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9214 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------