Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过它的“默认”平台 Eclipse 下载并开始在试点项目中使用 Drools。但是,我想在 Netbeans 中使用它,就像插件在 Eclipse 中的工作方式一样。
有什么想法/镜头可以做到这一点吗?
eclipse 插件中有很多功能,但是(目前)还没有 eclipse 插件。
您当然可以将 drools 与 netbeans 一起使用 - 只是意味着特定于规则的 IDE 功能将不可用,但它会起作用,它只是另一个库!
(我在 intelliJ IDEA 中使用 drools,我只是创建了一个小语法定义来给我基本的突出显示等......但没有其他功能。如果我想要它们,我会跳到 eclipse 中)。