Eclipse plugin for DMN decision

212 views Asked by At

Do we have a DMN Editor /plugin /any other plugin which can be integrated with Eclipse IDE to do DMN modelling ?

Searched for it in eclipse marketplace DMN editor and couldn't find it . I am currently using Eclipse Oxygen version for development purpose .

1

There are 1 answers

2
tarilabs On

Personally I just associate .dmn files with the KIE DMN editor as this extension of VSCode which is quite lightweight solution even when not using directly VSCode as my main IDE; I have Eclipse to use the default OS system editor for managing .dmn files.

I use similar solution as well for other types of files, that is have Eclipse IDE use the default system editor, and that works very well for me. Hope this helps!