7:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Issues with accessing databases through EJBs and Java
> applicationservers
>
>
> Hi Arul,
>
> when working with EJB-Servers you should consider using a ODBMS as the
> Datastore because its much more natural (and much more
>
Hi Arul,
when working with EJB-Servers you should consider using a ODBMS as the
Datastore because its much more natural (and much more performant) to store
EJBs (=objects) in an Object-DB than mapping their attributes to relational dbs
...
Even if you have to deal with legacy-data its very usef