2 Replies Latest reply on Nov 28, 2006 7:09 PM by ellenzhao

    Seam and rules

    ellenzhao

      In the Seam 1.1.0 CR 1 manual there are instructions for installing drool rules. However I'm using an existing Jess rule engine. How should I deploy my .clp files as a component? How does Seam support the JSR 94 (javax.rules.*) API? Thanks in advance for answers.

        • 1. Re: Seam and rules
          gavin.king

          Not at this time, but why don't you just look at the org.jboss.seam.drools package and re-implement the same thing for JESS. Should be really easy :-)

          You could even publish this code on the Wiki for other users :)

          • 2. Re: Seam and rules
            ellenzhao

            The code example here is helpful: http://weblog.infoworld.com/tcdaily/archives/2006/11/review_extra_je.html

            However at this time things like backward chaining (there is a bit backward chaining in order to reach goals for things like cashflow optimization in my Jess script) and shadow facts are still on drool's "roadmap" page. Now I'm looking into the source code of org.jboss.seam.drools package and Jess's source code. Maybe I'll want to write a similar package for integration of Jess and Seam. But not sure.