RE: Re[2]: [JBoss-user] CMP2.0 and inheritance.

2003-06-10 Thread Mark.Gargan
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: 10 June 2003 11:25 To: Pete Beck Subject: Re[2]: [JBoss-user] CMP2.0 and inheritance. Tuesday, June 10, 2003, 12:28:33 PM, Pete Beck wrote: PB> Hi Mark, PB> If you're using inheritance a lot in yo

Re[2]: [JBoss-user] CMP2.0 and inheritance.

2003-06-10 Thread Alexey Loubyansky
Tuesday, June 10, 2003, 12:28:33 PM, Pete Beck wrote: PB> Hi Mark, PB> If you're using inheritance a lot in your design, you might be PB> interested in JDO which seems to have better support for it than CMP PB> 2.x. PB> Alex Loubyansky has made some headway on a JBoss JDO project which uses PB> t

Re: [JBoss-user] CMP2.0 and inheritance.

2003-06-10 Thread Pete Beck
Hi Mark, If you're using inheritance a lot in your design, you might be interested in JDO which seems to have better support for it than CMP 2.x. Alex Loubyansky has made some headway on a JBoss JDO project which uses the new AOP features in JBoss 4.0. For me this is a very interesting development

Re: [JBoss-user] CMP2.0 and inheritance.

2003-06-09 Thread DavidNeuer
IL PROTECTED] 06/06/2003 09:52 AM Please respond to jboss-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        [JBoss-user] CMP2.0 and inheritance. Hi folks,             If I have an entity bean say ManEJB that inherits from the person class, wha

RE: [JBoss-user] CMP2.0 and inheritance.

2003-06-09 Thread Peter Spiess
Mark, I found this series of articles to be informative: http://www.onjava.com/pub/a/onjava/2002/09/04/ejbinherit.html Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] CMP2.0 and

[JBoss-user] CMP2.0 and inheritance.

2003-06-06 Thread Mark.Gargan
Title: Message Hi folks,     If I have an entity bean say ManEJB that inherits from the person class, what restrictions must be imposed on the superclass in order for the inheritance to be valid?   Maybe if someone could get perhaps answer the following quick questions if they had