RE: [JBoss-user] Entity beans and rows in tables

2001-06-30 Thread Dain Sundstrom
; From: Ole Husgaard [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 30, 2001 1:00 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Entity beans and rows in tables > > > Hi, > > I think that both these statements are true. > > EJB1.1 CMP says: > one table row

Re: [JBoss-user] Entity beans and rows in tables

2001-06-30 Thread Ole Husgaard
Hi, I think that both these statements are true. EJB1.1 CMP says: one table row == one entity bean And common sense (as well as most experts of component oriented development) says that: (one table row == one entity bean) means "no good" due to interbean call overhead and no advantage. T