[rules-users] Building our own UI for Drools

2011-11-14 Thread kapokfly
Due to some reasons (for example, build a consistent UI within our own application, easier to work with our own meta data, don't want SSO etc), we are considering to build our own UI to generate Drools rule file basing on the user input via the UI , has anyone tried this before? Is there any librar

Re: [rules-users] Building our own UI for Drools

2011-11-15 Thread Michael Anstis
*Guvnor * The REST API has been most beneficial for others in your situation. The user-guide shows how you can retrieve an asset and store it back again. *Drools Expert * There is a "fluent API" with which you can programmatically construct rules. Furthermore, depending on the degree to which yo

Re: [rules-users] Building our own UI for Drools

2011-11-15 Thread kapokfly
Thanks Mike, I will take a look of the Drools Expert fluent API. We can't benefit from the Gunvor's rest API as there are some key issues we are trying to resolve with our own UI: 1) unified user interface. 2) work with our meta data and current engineering model seamlessly, especially we want

Re: [rules-users] Building our own UI for Drools

2011-11-15 Thread Jervis Liu
kapokfly wrote: > Thanks Mike, I will take a look of the Drools Expert fluent API. > > We can't benefit from the Gunvor's rest API as there are some key issues we > are trying to resolve with our own UI: > > Based on your requirements, you may have two options. One is building your own applica

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread kapokfly
Thanks for the information. Deploy multiple GUNVOR instances can't resolve our issue as we have thousands of companies as our customer, each company will share the common part of our applications and meantime they can customize objects/fields they have permission with, this will be terrible if we

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread Jervis Liu
On 2011/11/16 16:37, kapokfly wrote: > Thanks for the information. > > Deploy multiple GUNVOR instances can't resolve our issue as we have > thousands of companies as our customer, each company will share the common > part of our applications and meantime they can customize objects/fields they > ha

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread GPatel
- Original Message - From: Jervis Liu [j...@redhat.com] Sent: 11/16/2011 05:14 PM ZE8 To: rules-users@lists.jboss.org Subject: Re: [rules-users] Building our own UI for Drools On 2011/11/16 16:37, kapokfly wrote: > Thanks for the information. > > Deploy multiple GUNVOR instances can&

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread kapokfly
Hi GPatel, Maybe separate by package is something can be tried, but do you see the functionality of what Gunvor provided is good enough for your usage? For us it is still missing some necessary functions: given a condition, 'a = b', 1) we would like the 'b' part could be an expression/reference

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread GPatel
(which could be in .drl files) in addition to guvnor rules. Thanks Ghanshyam From: kapokfly To: rules-users@lists.jboss.org Date: 11/16/2011 08:16 AM Subject:Re: [rules-users] Building our own UI for Drools Sent by:rules-users-boun...@lists.jboss.org Hi GPatel, Maybe

Re: [rules-users] Building our own UI for Drools

2012-11-15 Thread benq2188
Hello Ivan, wondering that have you found any solution for your requirements? I want to design UI which suggests options to the user for adding,modifying and deleting rules. Within drools final 5.4.0 version, writing rules in xml format is depreciated, so I thought to save user input data as rules