Re: [rules-dev] Drools + Spring

2009-04-02 Thread glasscat
Thank you very much Steven, I really appreciate it. Steven Williams-5 wrote: > > Here's what I do: > > We inject KnowledgeBases into our app using Spring. It was a simple matter > of just implementing a builder class that takes a bunch of drools > Resources > and adding a build() method to cr

Re: [rules-dev] Drools + Spring

2009-04-02 Thread Mark Proctor
Abu Rasheed wrote: Are there any plans to have Spring support in drools-api? The last mail that I saw in searching the topic is dated last year, and there are no new postings related to this. Does anyone have any success in injecting KnowledgeBase into their apps using Spring? Is there any ex

Re: [rules-dev] Drools + Spring

2009-04-02 Thread Steven Williams
Here's what I do: We inject KnowledgeBases into our app using Spring. It was a simple matter of just implementing a builder class that takes a bunch of drools Resources and adding a build() method to create the KnowledgeBase and then creating a class that implements Spring FactoryBean and Initiali

[rules-dev] Drools + Spring

2009-04-02 Thread Abu Rasheed
Are there any plans to have Spring support in drools-api? The last mail that I saw in searching the topic is dated last year, and there are no new postings related to this. Does anyone have any success in injecting KnowledgeBase into their apps using Spring? Is there any examples out there that I