Re: JESS: More best practices

2004-05-24 Thread ejfried
I think Simon Harris wrote: > I've quite a bit of experience using JRules but I've recently chosen to > use JESS as it seems more natural and flexible in many ways. Welcome! > > (deftemplate manages (slot manager) (slot employee)) This is sort of Java-like. > (deftemplate manager

JESS: More best practices

2004-05-24 Thread Simon Harris
I've quite a bit of experience using JRules but I've recently chosen to use JESS as it seems more natural and flexible in many ways. The big difference for me is both a blessing and a curse. In JRules EVERYTHING is a Java class so facts are typically modelled with embedded relationships. Ie