RE: Re[2]: [JBoss-user] cmp mapping question

2002-12-16 Thread Eric Kaplan
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex Loubyansky Sent: Monday, December 16, 2002 6:59 AM To: Brian Topping Subject: Re[2]: [JBoss-user] cmp mapping question BT> Is it possible to synthesize a first-class Java Bean at runtime? A proxy to BT> the DynaBean generated by BC

Re[2]: [JBoss-user] cmp mapping question

2002-12-16 Thread Alex Loubyansky
BT> Is it possible to synthesize a first-class Java Bean at runtime? A proxy to BT> the DynaBean generated by BCEL maybe? check http://www.csg.is.titech.ac.jp/~chiba/javassist/ JBoss AOP framework is based on it. alex BT> DynaBeans are almost there, but they BT> are accessed via bean->get("a

RE: [JBoss-user] cmp mapping question

2002-12-16 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Eric Kaplan > Sent: Sunday, December 15, 2002 12:24 PM > To: Jboss-User > Subject: [JBoss-user] cmp mapping question > > > 1. I've only seen cmp bea

Re: [JBoss-user] cmp mapping question

2002-12-15 Thread Alex Loubyansky
Hello Eric, I have a similar model where objects are a set of key-value paires. Each object has its metadata represented with metadataId and a set of propertyIds. This is how the type of object is defined. Another entity bean stores a property of some object. Its fields are metadataId, propertyId

Re: [JBoss-user] cmp mapping question

2002-12-15 Thread Peter Fagerlund
söndagen den 15 december 2002 kl 18.23 skrev Eric Kaplan: It's a financial application. Plesase epost [EMAIL PROTECTED] or something ... here We try to learn and share ! ... --- This sf.net email is sponsored by: With Great Power, Comes G

[JBoss-user] cmp mapping question

2002-12-15 Thread Eric Kaplan
We have an architecture in which a majority of our domain objects are modelled as key-value pairs. It's a financial application. So, for example, we have a Position object that represents a holding, and it may have things in it like "Amount owned", "Associated Asset", etc. The system is complete