Re: [rules-users] Retrieving all Packages that are present in Drools Guvnor console

2011-11-30 Thread Michael Anstis
I gather you want to display the packages and rules in your own application. I would recommend use of the REST API. The Guvnor documentation has examples. On 30 November 2011 04:41, srinivasasanda srinivasasa...@gmail.com wrote: Yes Mansits,I need to display the four packages which are present

[rules-users] Retrieving all Packages that are present in Drools Guvnor console

2011-11-29 Thread srinivasasanda
In Drools Guvnor Console,I'm having 4 packages..I need to display all 4 packages in the console through a POJO class..How can i access all packages..Please help me...How can i do it..I was strucked here..Please help me out...Please. Thanks in Advance. -- View this message in context:

Re: [rules-users] Retrieving all Packages that are present in Drools Guvnor console

2011-11-29 Thread Michael Anstis
Can you explain more what you want to achieve? Do you mean you want to show the content of four packages in Guvnor at once, or you have your own application? If you have your own application I'd recommend looking into the REST API available in Guvnor to retrieve a list of packages and their

Re: [rules-users] Retrieving all Packages that are present in Drools Guvnor console

2011-11-29 Thread srinivasasanda
Yes Mansits,I need to display the four packages which are present in the drools guvnor console.Suppose,these four packages are(Package1,Package2,Package3,Package4) having 4 rules respectively, In my POJO Class,I should retrieve all 4 package names along with the rules present in it.(present in