[rules-users] Using Drools with JSP application.

Michael Anstis michael.anstis at gmail.com
Fri Nov 11 02:39:17 EST 2011


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 <sachitaware21 at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20111111/60d62580/attachment.html 


More information about the rules-users mailing list