Netbeans 6.1 令人垂涎欲滴
我已经通过其“默认”平台 Eclipse 下载并开始在试点项目中使用 Drools。不过,我想在 Netbeans 中使用它,就像插件在 Eclipse 中的工作方式一样。
有什么想法/镜头可以做到这一点吗?
I've downloaded and started to use Drools on a pilot project via it's "default" platform Eclipse. However, I would like to use it in Netbeans just the way plug-in works in Eclipse.
Any ideas/shot-cuts to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
eclipse插件中有相当多的功能,但是(到目前为止)还没有针对eclipse的插件。
当然,您可以将 drools 与 netbeans 一起使用 - 只是意味着特定于规则的 IDE 功能将不可用,但它会工作,那么它只是另一个库!
(我将 drools 与 intelliJ IDEA 一起使用,我刚刚创建了一些语法定义来为我提供基本的突出显示等...但没有其他功能。如果我想要它们,我会跳入 eclipse)。
There are quite a lot of features in the eclipse plugin, but there is (as yet) no plugin for eclipse.
You can of course use drools with netbeans just fine - just means that the IDE features that are rule specific won't be available, but it will work, its Just Another Library then !
(I use drools with intelliJ IDEA and I just created a little syntax definition to give me basic highlighting etc... but no other features. If I want them, I jump into eclipse).