On 12/1/05, Nimesh Muley <[EMAIL PROTECTED]> wrote: > > In our project we are trying to build a UI (web-based) on similar lines of > Quick Rules. In this regard I wanted to know whether there is a conversion > between an Object hierarchy to a DRL file (for Java). In some earlier > threads I saw that from DRL Java object hierarchy is being built. If the > reverse is also possible can someone guide me as to how this can be done. > > We have our own Object hierarchy for the UI. So the thought process is to > convert this object hierarchy to the one acceptable to Drools and then use > the function to convert it to DRL file. >
Hard to be specific when running on very little information, but one of your options might be to take your object-representation of rules and convert it to a DSL of your own making, rather than to a specific language (e.g. Java drl). That said, it's difficult to say if that's what would work for you without knowing your project a lot better than I'm likely to. It's just an avenue for you to examine. - Geoffrey -- Geoffrey Wiseman
