Re: JESS: Rule LHS patterns and multiple hierarchical object models.

2009-09-07 Thread Socrates Frangis
I agree with the same, that adding a method to your Java class would make the comparisons a lot easier. One thing you might not have noticed or considered was that your getters/setters are not neccesary in the way you designed your Java beans. Since your class members are public you can do a

JESS: Jess Unit Testing

2009-11-13 Thread Socrates Frangis
with a productive way of testing declarative programming when only something procedural (JUnit) is available. -Socrates Frangis

Re: JESS: Jess Unit Testing

2009-11-14 Thread Socrates Frangis
, 2009 at 1:03 AM, Socrates Frangis soc.fran...@gmail.comwrote: Ive been looking around for any good implementation of Unit Testing on Jess Rules. LispUnit http://www.cliki.net/lisp-unit provides something similar for Lisp and I've been messing around with JUnit and 'shoe-horning' inputs

Re: JESS: Jess IDE in Eclipse 3.5.1

2009-11-20 Thread Socrates Frangis
They load for me in 3.5.1, but I have had some issues in the past couple of weeks where I would run and rules would not fire. watch all was enabled and I could see the facts were all in the engine which 'should' trigger the rules. Closing and restarting Eclipse with a -clear fixed it temporarily

Re: JESS: How Do I Embed Jess Into J

2009-12-18 Thread Socrates Frangis
I do want to be helpful with this post, but it isn't a one liner answer as to how to embed Jess into a Java application. I would say go on to Amazon.com and order Jess In Action by Dr Friedman-Hill. It covers all of the basics from standalone Jess to embedding inside of Servlets. The manual is

Re: JESS: JESS vs. Constraint Programming

2009-12-22 Thread Socrates Frangis
constraint based problems? Either way I would say Jess is a fine tool to use and a better way to learn, but for a 'quick and dirty' it doesn't hurt to use Maple. -Regards, Socrates Frangis Mathematician - Apeture Science On Mon, Dec 21, 2009 at 2:06 PM, Adam Malik ad...@gmx.net wrote: Dear JESS users

Re: JESS: Is it Possible to Embed Jess Into Java Without the main() method?

2010-01-07 Thread Socrates Frangis
and give the basics). Learning the hows and whys of a rule based expert system will make your job much more easier. On Thu, Jan 7, 2010 at 7:12 PM, Socrates Frangis soc.fran...@gmail.comwrote: Not sure what you're trying to do, but Jess is embedded as any other Java object would be. Check the Jess

Re: JESS: Is it Possible to Embed Jess Into Java Without the main() method?

2010-01-07 Thread Socrates Frangis
Not sure what you're trying to do, but Jess is embedded as any other Java object would be. Check the Jess website for the API. Just create a rete object, connect a CLP file to it, add facts, and run. Here's a not too great example, but it is an example of just embedding Jess in a method, which of

JESS: JESS Memory Usage - Rule of thumb?

2010-08-04 Thread Socrates Frangis
I'm in a bit of a predicament and hopefully someone will have some good advice. I am being cut back / limited to the amount of ram I can dedicate to the heap for my rule engine. In general, I have a batch of 20k POJO's coming in (all 1 type), and 200-300 rules pattern matching the properties of

Re: RE: JESS: Re: JESS on android device

2010-10-08 Thread Socrates Frangis
I've run into this issue as well. As Ernst mentioned, many in the Android community (myself included) have been asking to backport this. The only thing stopping it frrom happening is Oracles agressive post sun-acquisition... which involves suing everyone for a return on their investment... Aside

Re: JESS: Hello To Jess User Group and How Is Jess Doing?

2010-12-30 Thread Socrates Frangis
very quiet.  I am curious to see how Jess is doing now a days? Any impact from things like jBoss rules or other engines? Is the community still pretty active? Happy Holidays to everyone ! -- V/R -Socrates Frangis -Mathematician Software Engineer

Re: JESS: Complex Event Processing

2011-03-14 Thread Socrates Frangis
. -- V/R -Socrates Frangis -Mathematician Software Engineer To unsubscribe, send the words 'unsubscribe jess-users y...@address.com' in the BODY of a message to majord...@sandia.gov

Re: JESS: Call Jess from C++ via JNI

2011-09-30 Thread Socrates Frangis
am including is jess.jar 2) Is the general design I have a good idea? or is there a better way to facilitate communication between Jess and C++? Thanks, Hunter McMillen -- V/R -Socrates Frangis -Mathematician Software Engineer