[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Options for business-rules engine with OE application

  • Thread starter Thread starter agent_008_nl
  • Start date Start date
Status
Not open for further replies.
A

agent_008_nl

Guest
Depends on your needs. If they are simple you can write a rules editor and interpreter yourself in ABL. Make the rules quickly accessible with temptables/datasets, you can make the rules immediately accessible after editing them. I have done this about six or seven years ago. If they are more complicated you can f.e. use a camunda rules editor (web based, open source). The rules are persisted in portable DMN 2.0 (xml), you can build the interpreter in ABL. I have done this with an elixir backend however elixirforum.com/.../2 . Drools can be used for an even more complicated rules engine.

Continue reading...
 
Status
Not open for further replies.
Back
Top