Drools Netbeans Plugin

Having become fed up with Eclipse, I’ve found myself using Netbeans for my day-to-day work more and more in recent weeks. As a replacement IDE for Java development I’m pretty happy with it, though the one thing I found lacking was support for the Drools rule engine. While you can certainly create rule files in a text editor, the lack of basic features like syntax coloring can make this a tiresome experience. So, I decided to do something about this, and jump right into creating a Netbeans Plugin to support Drools development. You can find the result in my Git repository, and soon hopefully also on the Netbeans Plugins Portal.

drools-plugin

So far, the plugin provides syntax highlighting, code folding, and bracket matching for DRL files. I’m hoping to eventually include error detection as well as auto-complete and code suggestions.

2 throughts on "Drools Netbeans Plugin"

  1. This is great. I just had a problem running the hello world program that comes with drools in eclipse. I compiled it in eclipse and it ran but it does not run in netbeans using the plugin. Please assist

    1. I’m not aware of any “Hello World” program for Drools. My plugin only changes the way you edit DRL files in Netbeans, but has nothing to do with the execution at runtime.

Leave a Reply

Your email address will not be published.