Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-07 Thread srikanthmalli
Yes, in our architecture application have separate layer that integrate with drools, I am going to start with single application (option 1) and just in case if the things doesn't work the way I wanted it would be easy for me to break and switch to server environment (option 2). Thank you all for

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-07 Thread Stephen Masters
-boun...@lists.jboss.org] On Behalf Of srikanthmalli > Sent: Friday, September 06, 2013 12:21 PM > To: rules-users@lists.jboss.org > Subject: Re: [rules-users] Integrate Drools with Java application, need > recommendations > > Thank you all for your valuable input. > It seems li

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread srikanthmalli
Thank you all for your valuable input. It seems like performance is not the issue between the 2 options. So I really need to see the differences between 2 options to make my decision. It’s not going to be 100% rule based business logic, we evaluated whole application and decided to use “rules based

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread Stephen Masters
@lists.jboss.org > [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Stephen Masters > Sent: Thursday, September 05, 2013 6:00 PM > To: Rules Users List > Subject: Re: [rules-users] Integrate Drools with Java application, need > recommendations > > My preference is opt

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread Genene Geda
rs-boun...@lists.jboss.org] On Behalf Of Stephen Masters Sent: Thursday, September 05, 2013 6:00 PM To: Rules Users List Subject: Re: [rules-users] Integrate Drools with Java application, need recommendations My preference is option 1 ... using a Spring application with a class which wraps a knowl

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread Genene Geda
Of srikanthmalli Sent: Friday, September 06, 2013 12:21 PM To: rules-users@lists.jboss.org Subject: Re: [rules-users] Integrate Drools with Java application, need recommendations Thank you all for your valuable input. It seems like performance is not the issue between the 2 options. So I rea

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread Genene Geda
o serve one application or multiple? Genene From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of adarsh.cha...@hsbcib.com Sent: Friday, September 06, 2013 11:28 AM To: Rules Users List Cc: Rules Users List; rules-users-boun...@lists.jboss.org S

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread adarsh . chaini
5HQ,United Kingdom -- Phone +44 207914720 Mobile 07595530105 Email. adarsh.cha...@hsbcib.com From: Genene Geda To: Rules Users List Date: 06/09/2013 16:22 Subject: Re: [rules-users] Integrate Drools with Java application, need recommendations S

[rules-users] Integrate Drools with Java application, need recommendations

2013-09-05 Thread srikanthmalli
Hi, I am trying Drools/Guvnor for very first time, we are planned to do Rule Authoring in Guvnor, compile, build and download the package to “Rule Package Directory”. Now the question I am having is, what is the best way to integrate Drools with our Java application? Option 1) Build the knowledge

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-05 Thread Stephen Masters
My preference is option 1 … using a Spring application with a class which wraps a knowledge base / session. This has the advantage that sometimes I really do want to be able to mix up rules results with logic that I want to implement in Java code. There's obviously a performance impact if you a