Ron, Drools-Guvnor allows you to author, test and deploy new rules at runtime but as a package and not as a single rule asset. Adding or modifying a new rule can result in creating a conflict with existing rules therefore building and analyzing rules as a package is a step that you dont want to miss. reloading the rules base is not an expensive operation therefore I dont see why you want to avoid it.
Abdel 2010/9/13 Ron Newman <[email protected]> > I have some interactive drag and drop graphical code which I'm looking at > doing this with. In order to do so, I need to isolate portions of the rule > editing UI <http://www.jboss.org/drools/drools-guvnor.html> , for example > to pull up a child window with only the 'WHEN' portion of that UI displayed. > The visual drag and drop code would then integrate with these parts of the > existing UI to do the underlying updates. Is it possible to pull up > portions of the existing rule editing UI in this way via URL or via API? > > As a lesser alternative, can the graphical view provided in the Eclipse > rules editor be pulled out to be standalone? > > Finally, what are the implications of doing this at runtime? Can a single > rule be added/edited and inserted into the rules base without re-loading the > entire rules base each time? > > Ron > > > 2010/9/13 Leonardo Gomes <[email protected]> > > Hi Chander, >> >> Have you already checked this: >> http://www.jboss.org/drools/drools-guvnor.html#Why ? >> >> Leo. >> >> >> On Mon, Sep 13, 2010 at 8:55 AM, chuckys1106 <[email protected]>wrote: >> >>> >>> Hello, >>> >>> I have a requirement/investigation to be done in my project. >>> It is about allowing the end user of our application(which uses DROOLS >>> 5.0) >>> to be able to edit the set of rules in a dynamic fashion, graphically... >>> >>> I have searched on the web so far, and didnt find any topic regarding >>> runtime editing. Is this possible, any idea/advice on this. >>> >>> Thanks >>> Chander >>> -- >>> View this message in context: >>> http://drools-java-rules-engine.46999.n3.nabble.com/Drools-business-rules-graphical-editing-at-runtime-tp1463922p1463922.html >>> Sent from the Drools - User mailing list archive at Nabble.com. >>> _______________________________________________ >>> rules-users mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/rules-users >>> >> >> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users >> >> > > > -- > Ron Newman > http://www.Ideatree.us > http://www.yourSongCode.com > http://www.picgram.com > > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
