• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Drools Guvnor with JBoss for business users?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

We are evaluating Drools for our production implementation with special focus on the fact that it would let less technical people be able to work effectively with business logic (once developers provide them with a data model). We are relatively new to Drools and our impression has not been too good specially around Guvnor (given that DRL is meant for developers and DSL is nothing but a simple extension for DRL which business analyst won't be able to use). Has anyone here used Guvnor or DSL effectively for a reasonable size implementation?

With Guvnor we are facing some issue which are very basic and Guvnor comes across as a immature web application from the UI perspective (Because of being less user friendly, incomplete messages for error situations etc). Also, its difficult to find help on some simple scenario like the following,

We have a "Customer" class and a "Agreement" class with one to many relationship. We are trying to build a simple rule that if an "Agreement" has missed payment (indicated by a boolean inside Agreement class), mark that "Customer" as bad customer by setting the boolean field inside the "Customer" class. Its a simple scenario to be build in DRL but how to we implement this under 'WHEN' and 'THEN' section in guided editor without using the DRL free forms?

Any thoughts or help in these matters will be really helpful. Also, if there are some helpful links around Drools that would help getting started with the implementation, that would be great!
Thanks in advance.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nitesh,

Welcome to JavaRanch

Based on what I have seen so far about Drools questions, the best place to discuss this question is the Drools user mailing list
 
I need a new interior decorator. This tiny ad just painted every room in my house purple.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic