Hi All.
If anyone is interested in the repository - we have a specific need for "queries" over a rule base (as stored as source in a repository).
This involves:
* Using JCR QueryManager and building a simple API to find rule assets (ie rules, whatever) based on attributes, and possibly full text search (all of the hard searching is done by JCR - Jackrabbit).
* A "query builder" UI using GWT - this is a fun one, basically build a UI that provides a list of fields the user can put in their query, and values (and predicates like "not equal to" etc).
* A list view to display the results (can reuse an existing one) !
* Advanced: The RuleItem node can store (redundantly) the Classes and Fields that are accessed, so a query could be done for "Person, age" to get all the rules that use a persons age out of the repository.
None of the above is terribly hard, just a bit of imagination required - most of the infrastructure is now there, drop me a link if you are interested in helping out with any of the above, and I can spec it out for your some more.
Michael.
