Let us say that i have a customer object.
Address is part of that object.
A customer can have multiple credit
cards.
With CMP, i believe, i can have the address as a serializable object and have it as part of the customer
EJB.
How do i deal with the Collection of Credit card objects that are related to this customer.
Is it possible with EJB1.1
or
Is BMP the only way to deal with it?