[rules-dev] Package configuration file design thoughts

Michael Neale michael.neale at gmail.com
Thu Jan 11 09:14:06 EST 2007


Guys,

In the repository, and also in general (ie normal IDE/text files) we are
going to allow rules to be in individual files, and then have a deployment
tool collect them all up, compile etc... (of course current DRL will still
apply as it does now).

For this to work, they will all be (for now) in the one folder - and there
will be some overarching "package configuration" that sets the name space,
imports, globals etc (all the stuff you see at the top of a drl now).


So my question:

*should this config file just be a plain test file - line based stuff just
like you see now at the top of the .drl file?
* Or, should we have some more controlled XML or flat format that has more
meta data in it (from the repository, optionally). In any case, a nice
Eclipse Form based UI can "help" with the package config (importing classes
etc), but at the end of the day, it has to be friendly for hand editing
text.
* or multiple files for different "parts" of the config (imports in one,
globals in another etc).

(and it will of course be synced to the repository where applicable).


Thoughts anyone?

Michael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20070111/a2d286c3/attachment.html 


More information about the rules-dev mailing list