Drools is a library you can use in Java applications. You should therefore be able to reference in your Tomcat web-application by adding the necessary JARS to your WEB-INF/lib folder.
Your JSPs should then be able to create or reference a KnowledgeBase, create Sessions and perform the necessary function you describe. I assume you know how to write a web application with Java. With kind regards, Mike 2011/11/11 sachintaware <sachitawar...@gmail.com> > Hello Everyone, I am learning Drools engine and have come across an > issue.I am not able to configure the Rules,for using it in a web > application.I want a UI from which the user selects some values and based > on it the rules are executed by drools.I studied the examples and got them > working but they seem to be worked with standalone features.I would like to > seek some help over it. Use Case: A html-jsp form having a select box for > states of a country. When user selects a state,candidates from that state > should be displayed by the rule engine. I have got the database connection > working,but not able to configure rules over jsp.I am using a Apache tomcat > 5.0 server. Thanks Sachin > ------------------------------ > View this message in context: Using Drools with JSP > application.<http://drools.46999.n3.nabble.com/Using-Drools-with-JSP-application-tp3498955p3498955.html> > Sent from the Drools: User forum mailing list > archive<http://drools.46999.n3.nabble.com/Drools-User-forum-f47000.html>at > Nabble.com. > > _______________________________________________ > rules-users mailing list > rules-users@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-users > >
_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users