Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-994

Improve extensibility of drools extension in KIE Server

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 6.4.0.Beta1
    • 6.3.0.Final
    • kie server
    • None
    • NEW
    • NEW

    Description

      Currently Drools extension in KIE Server expects data in String format that then are transformed into object representation via marshallers. While this is completely ok for REST and JMS it might be a limitation when other type of transports are required - socket communication with binary data, Apache Mina, Netty, etc

      Current solution should be improved to allow direct use of rule service that will be responsible for:

      • finding ksession to use
      • executing commands
      • returning results

      such service should be then wrapped with implementation that deal with given transport like REST and JMS based on string payload and marshaller. Custom implementation could then decide how to deal with different types of data handling and directly call the rule execution service to avoid sting based transformation

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            swiderski.maciej Maciej Swiderski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: