Re: JESS: Maintaining session in JESS

2008-06-26 Thread Ernest Friedman-Hill
On Jun 25, 2008, at 12:02 PM, Deepak Pol wrote: Please make me clear on this because in this what I meant was 'total' will be the supplied input to engine and that will vary in my application for each client. Though as a rule I always want each client's total to be compared to 100 to

Re: JESS: Maintaining session in JESS

2008-06-25 Thread Ernest Friedman-Hill
On Jun 24, 2008, at 2:51 PM, Deepak Pol wrote: Now following are some questions I have: 1. Since the rules defined are being applied to any data, I want the rules to be created once and shared by different sessions for different data. For eg there can be a rule which says if total 100

Re: JESS: Maintaining session in JESS

2008-06-25 Thread Wolfgang Laun
Deepak Pol wrote: Now following are some questions I have: 1. Since the rules defined are being applied to any data, I want the rules to be created once and shared by different sessions for different data. For eg there can be a rule which says if total 100 then return list of users u1, u2 and

JESS: Maintaining session in JESS

2008-06-24 Thread Deepak Pol
Hi, I am new to JESS and want to use JESS for a requirement by enbedding into a java application. My requirement in brief is like following (Below, be application I mean the core application I have already in place wherein I want to embed JESS): 1. Let the application users define the rules and