Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-2237

Stunner - Domain Model improvements

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • BPMN Editor
    • 2020 Week 22-24 (from May 25), 2020 Week 25-27 (from Jun 15), 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17)

      Motivation
      The generic Stunner's domain model, for historical reasons, was being implemented by following the Oryx model (JSON based), in order to reuse some of the already existing capabilities from the legacy (jbpm) process designer. On the other hand, that model is actually not efficient and becomes complex, given the actual Stunner architecture and other layers around.

      Goals

      The main goal is to improve and refactor the Stunner's generic Domain model and API to allow top level domains (eg: BPMN, DMN) to provide (or update) their domains in a lightway, portable and intuitive way, also by reducing the complexity and imperative code around.

      Actions:

      • Consider a flat domain, where a Definition (eg: java bean) may have a set of Properties (eg: bean's fields) (no hierarchy from the Stunner core point of view)
      • Deprecate core Property Sets (groups of properties)
      • Properties can be the ones present on the type itself, but also be inherited or aggregated by other fields
      • Support for declaring any field as a Property ( eg: class Task { @Property @FormField String name } )
      • Improvements on Property Meta-Types in order to allow proper metadata customizations for any domain object (eg: name)
      • Refactor Domain Adapters API 
      • Improvements on Client & Server side adapters
      • Improvements on the domain's generated code

      Next steps

            romartin@redhat.com Roger Martinez
            romartin@redhat.com Roger Martinez
            Dominik Hanak Dominik Hanak
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: