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