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