Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any GUI for for using Drools?

I am new to Drools. I have already integrated Drools with jsp. Now I want to know is there any GUI for Drools to run its application? Thanks

like image 376
Niku Avatar asked Nov 18 '13 11:11

Niku


1 Answers

Drools Guvnor is the web GUI for managing rules:

http://docs.jboss.org/drools/release/5.5.0.Final/drools-guvnor-docs/html_single/

If you want a good overview of how Guvnor is used, it's worth checking out Michael Anstis's videos:

http://vimeo.com/user5347768/videos

When it comes to running rules, that's obviously down to you to write your own application which integrates business rules.

As 'salaboy' mentions in his answer, coming soon as part of Drools 6, there is Drools Workbench. This is a major re-working of Guvnor. The following blog post lets you know what to expect:

http://blog.athico.com/2013/06/goodbye-guvnor-hello-drools-workbench.html

like image 124
Steve Avatar answered Sep 28 '22 22:09

Steve