Hi, I have an complex java bean tree where a parent bean has a collection of children beans and in turn the child bean has a reference to the parent bean. This bean tree is created when paring an XML. Now this bean tree has to be validated against some business rules which requires to traverse up and down the tree. Now my question is
1. how write rules for such a scenario? 2. Should the tree be pushed on the Jess when the tree is being build or just push the root of the tree. Please help out if there any examples for such scenarios? Srini -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
