0

I've read many stuff about Drools Guvnor and the interaction with Drools Planner. It would be very useful to create and change rules, without coding them. But I've read that Guvnor is a webapplication.

Is there a solution to run Guvnor as local desktop application?

I want to use it on my desktop without starting an application server or so.

Thanks.

Vivid
  • 399
  • 1
  • 8
  • 19

1 Answers1

0

Currently not (there's a old proof of concept of Esteban, but that's a prototype). For uberfire and guvnor 6, they are taking this requirement along I think, but it probably will only make guvnor 6.1 (manstis might be able to elaborate).

In any case, once you have the RuleBase/KnowledgeBase/KieBase from guvnor, it's just a matter of following documentation section 5.3.4.2.2. A RuleBase (possibly defined by Guvnor). For Planner 6.0, I am looking into making the RuleBase/KnowledgeBase/KieBase casting pains go away.

Community
  • 1
  • 1
Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120
  • Thx for your reply. The documentation link you've posted is only helpful if I could run Guvnor. Without a webserver (or application server) I could not use Guvnor. I cannot teach my clients to run Guvnor in Eclipse with a local JBoss, glassfish, or something else. But I think waiting for version 6.1 would be a good solution. ;-) – Vivid Dec 09 '12 at 15:55