JESS: Date: Thu, 2 Dec 2004 11:07:55 -0000

2004-12-02 Thread kaisi . chang
Hi I tried to embed a jess engine in my Java program and everything went fine until I tried to use the rununtilhalt method to get the jess engine run all the time. The program just freeze and seems to be waiting for the jess engine. When I add the rununtilhalt command in the clp file the

JESS: Jess SWOT analysis

2004-12-02 Thread Josh Hudson
Hi, I'm interested in what you think are the Strengths, Weaknesses, Opportunities Threats (SWOT) of using Jess as opposed to other 3 or 4GL programming languages such as C/C++ and Java. Some people have no choice Personally the idea of learning a new language to solve problems I could solve in

JESS: Re: run-until-halt

2004-12-02 Thread ejfried
I think [EMAIL PROTECTED] wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] Hi I tried to embed a jess engine in my Java program and everything went fine until I tried to use the rununtilhalt method to get the jess engine run all the time. The program just freeze and seems to

RE: JESS: Jess SWOT analysis

2004-12-02 Thread Jason Morris
I think that Josh Hudson wrote: I'm interested in what you think are the Strengths, Weaknesses, Opportunities Threats (SWOT) of using Jess as opposed to other 3 or 4GL programming languages such as C/C++ and Java. OK, first of all comparing Jess to a high-level language like C++ or Java proper

Re: JESS: Jess SWOT analysis

2004-12-02 Thread ejfried
I think Josh Hudson wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] Hi, I'm interested in what you think are the Strengths, Weaknesses, Opportunities Threats (SWOT) of using Jess as opposed to other 3 or 4GL programming languages such as C/C++ and Java. These terms aren't

Re: JESS: Date: Thu, 2 Dec 2004 11:07:55 -0000

2004-12-02 Thread Richard Long
Kaisi, You need to attach a printout of the Java and jess code, in order to see what's going on. On Thu, 2004-12-02 at 09:21, [EMAIL PROTECTED] wrote: Hi I tried to embed a jess engine in my Java program and everything went fine until I tried to use the rununtilhalt method to get the