hi all,
I have a customer
EJB object.
It has a dependent object Address.
Customer EJB is a CMP Entity bean.
How can i establish the relationship between
Customer and Address Beans.
Can the address also be a CMP Entity bean?
Does it have to be a
Java Bean.
If it were to be a java bean, how can i ensure the persistence of its fields.
I am using EJB1.1 not 2.0
I d appreciate your comments.
thanks
Ajit