Re: Issues with accessing databases through EJBs and Java applicationservers

2000-07-11 Thread Frank Sauer
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 >

Re: Issues with accessing databases through EJBs and Java applicationservers

2000-07-11 Thread Markus Hebach
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