Take a look at the Jess Java API's, specifically the Rete.class and the add method. This method adds java objects into Jess working memory. Docs located here http://www.jessrules.com/jess/docs/71/api.html
Jim Yates On Fri, Dec 18, 2009 at 12:34 PM, Adeyi <[email protected]> wrote: > > I have a third party software which can be linked to Java code. The > software > is supposed to send variables which will be captured by the Java code. The > Java code is supposed to be able to send the parameters captured from the > third party software into the working memory of Jess where rules will be > applied on the variables and results will be sent back to the third party > software through another variable. > > I have read the Jess manual but detailed information about going about this > is not provided. Please, how do I achieve my aim? Linking to Java code from > the third party software is not a problem but how do I write my Java code > and embedd Jess into it? I really need your help. Please give me the > details > about how to achieve this. > > Anyone to help me out please! > -- > View this message in context: > http://old.nabble.com/How-Do-I-Embed-Jess-Into-J-tp26847744p26847744.html > Sent from the Jess mailing list archive at Nabble.com. > > > > -------------------------------------------------------------------- > 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]. > -------------------------------------------------------------------- > >
