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 more for coding reference, not a tutorial. If you are seriously interested in using Jess, you will need the JIA book to ground yourself in the basics.
Again I apologize for not a straightforward 'this is how you embed Jess in a Java application' answer, but keep in mind jess.jar is a library just like any other jar. Import it and use it how ever will suit your needs. On Fri, Dec 18, 2009 at 10:34 AM, 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]. > -------------------------------------------------------------------- > >
