[rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Thalupula Ravi

Hi,

Can some one answer my questions regarding drools support

1. is drools supports clustering?
2. is drools supports Database interactions?

appreciate your help. it would be great for me, if any body provide examples
for above things.



-- 
View this message in context: 
http://www.nabble.com/Drools-4.0.7-supports-Clustering-and-DB-interaction---tp17553747p17553747.html
Sent from the drools - user mailing list archive at Nabble.com.

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


RE: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Anstis, Michael (M.)
Partial answer.

2. Drools supports database interactions. Have a look at the from clause
which allows for retrieval of data from outside the working memory.

Cheers,

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thalupula Ravi
Sent: 30 May 2008 09:13
To: rules-users@lists.jboss.org
Subject: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?


Hi,

Can some one answer my questions regarding drools support

1. is drools supports clustering?
2. is drools supports Database interactions?

appreciate your help. it would be great for me, if any body provide examples
for above things.



-- 
View this message in context:
http://www.nabble.com/Drools-4.0.7-supports-Clustering-and-DB-interaction---
tp17553747p17553747.html
Sent from the drools - user mailing list archive at Nabble.com.

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


smime.p7s
Description: S/MIME cryptographic signature
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


RE: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Thalupula Ravi

Hi Mike,

Thanks for your quick response, just now read about from in the manual.




Anstis, Michael (M.) wrote:
 
 Partial answer.
 
 2. Drools supports database interactions. Have a look at the from clause
 which allows for retrieval of data from outside the working memory.
 
 Cheers,
 
 Mike
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Thalupula Ravi
 Sent: 30 May 2008 09:13
 To: rules-users@lists.jboss.org
 Subject: [rules-users] Drools 4.0.7 supports Clustering and DB interaction
 ?
 
 
 Hi,
 
 Can some one answer my questions regarding drools support
 
 1. is drools supports clustering?
 2. is drools supports Database interactions?
 
 appreciate your help. it would be great for me, if any body provide
 examples
 for above things.
 
 
 
 -- 
 View this message in context:
 http://www.nabble.com/Drools-4.0.7-supports-Clustering-and-DB-interaction---
 tp17553747p17553747.html
 Sent from the drools - user mailing list archive at Nabble.com.
 
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users
 
  
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Drools-4.0.7-supports-Clustering-and-DB-interaction---tp17553747p17554745.html
Sent from the drools - user mailing list archive at Nabble.com.

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Marcus Ilgner
Hi,

On Fri, May 30, 2008 at 10:13 AM, Thalupula Ravi
[EMAIL PROTECTED] wrote:
 Hi,

 Can some one answer my questions regarding drools support

 1. is drools supports clustering?

I don't have that much experience on the topic, but I my guess would
be that if you write your code on top of some application server like
JBoss AS, clustering should be fairly transparent to your application.
You may want to have a look at
http://docs.jboss.com/jbossas/guides/clusteringguide/r2/en/html/ to
evaluate this approach with regard to your requirements.

Best regards
Marcus
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Drools 4.0.7 supports Clustering and DB interaction ?

2008-05-30 Thread Mark Proctor

Thalupula Ravi wrote:

Hi Marcus,

Thanks for your information.

I'm using BRMS at JBOSS AS and planning to use BRMS to deploy my rules as
packages (.pkg). Using Rule Agent, my client will invoke the rules. My
Client holding only drool-core.jar library.

In the above scenario, 
1. can we have clustering for BRMS? to maintain rules?

or
2. client environment should be clustered?
  
Stateful clustering is not possible. But writting a stateless HA 
load-balancing framework ontop of JMS is not difficult.

Correct me, if i'm wrong.

My intestion to use Clustering for availability and scalability purpose.

-Ravi Thalupula

 



Marcus Ilgner wrote:
  

Hi,

On Fri, May 30, 2008 at 10:13 AM, Thalupula Ravi
[EMAIL PROTECTED] wrote:


Hi,

Can some one answer my questions regarding drools support

1. is drools supports clustering?
  

I don't have that much experience on the topic, but I my guess would
be that if you write your code on top of some application server like
JBoss AS, clustering should be fairly transparent to your application.
You may want to have a look at
http://docs.jboss.com/jbossas/guides/clusteringguide/r2/en/html/ to
evaluate this approach with regard to your requirements.

Best regards
Marcus
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users





  


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users