Re: [rules-users] Using rules with database scenario

2007-07-27 Thread hypnosat7
Did you find any ideas to deal with a large data base system ? Thanks Joe Chuby wrote: > > Thanks all for replying. > > We currently already have a layer of service (DAO) to retrieve data from > the database. We were thinking along the line you suggested there, but > somehow, we have the impr

Re: [rules-users] Using rules with database scenario

2007-03-09 Thread Joe Chuby
Thanks all for replying. We currently already have a layer of service (DAO) to retrieve data from the database. We were thinking along the line you suggested there, but somehow, we have the impression that it's not quite as efficient as we would like. If we were to load the data from the databa

Re: [rules-users] Using rules with database scenario

2007-03-09 Thread Marcus Ilgner
On 3/9/07, Uday Kamath <[EMAIL PROTECTED]> wrote: We had similar use case. What we do is we model the Schema elements, generate Java Beans (pojo), and write rules using these Pojo. Now we have written a Service on top which takes Hibernate QL and gets the database records as the same Pojos

RE: [rules-users] Using rules with database scenario

2007-03-09 Thread Uday Kamath
We had similar use case. What we do is we model the Schema elements, generate Java Beans (pojo), and write rules using these Pojo. Now we have written a Service on top which takes Hibernate QL and gets the database records as the same Pojos that Rules are defined on and fire the Rules. Thus the