RE: [JBoss-user] CMR with Maps

2002-10-09 Thread Eric Kaplan
:[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

RE: [JBoss-user] CMR with Maps

2002-10-09 Thread Eric Kaplan
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

Re: [JBoss-user] CMR with Maps

2002-10-09 Thread Greg Turner
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

[JBoss-user] CMR with Maps

2002-10-09 Thread Eric Kaplan
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