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
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
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
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