:[EMAIL PROTECTED]]On Behalf Of Eric Kaplan
Sent: Wednesday, October 09, 2002 2:19 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] CMR with Maps
Thanks greg, all i needed was a pointer in the right direction.
Eric
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Thanks greg, all i needed was a pointer in the right direction.
Eric
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
Sent: Wednesday, October 09, 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMR with Maps
These are known as
These are known as Dependent Value Classes (DVC). which JBoss supports. the
only requirement is that whatever you put into the Map must be serializable.
Read the J2EE 1.3 spec on DVC and Get hold of the for pay CMP doc for JBoss
where there is some info on it. It should be possible, although I'v
We have a framework in which all of the data inside each entity bean is
modeled as a Map. We then use BMP and basically map each key corresponding
to a data field to a column in the database. All of this code is generated.
We don't, however, get much more sophisticated. Relationships between EJ