Is there any GUI for for using Drools?

我与影子孤独终老i 提交于 2019-12-04 09:42:38

问题


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


回答1:


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




回答2:


we are about to release version 6, which comes with the KIE-Workbench. Look at the web page and the docs to read about it. It will allow you to author and manage rules and business processes.



来源:https://stackoverflow.com/questions/20046788/is-there-any-gui-for-for-using-drools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!