[rules-users] Drools and eclipse RCP
Kris Verlaenen
kris.verlaenen at cs.kuleuven.be
Thu Dec 13 17:30:04 EST 2007
> is it possible to use the drools editor etc in an eclipse RCP application?
If you only want the editor, you should probably try to extract that from
the plugin and remove all other features. That should decrease the number
of required plugins (like for example the debug and gef plugins). Note
however that some of the features in the drl editor do require the jdt
plugin, as the code completion for the editor is based on the Java code
completion provided in the jdt plugin.
Kris
More information about the rules-users
mailing list