Eclipse, Lomboz, and CMR

S

Steve Nakhla

I am using Eclipse as my IDE with the Lomboz J2EE plugin installed.
I'd like to create a simple address book using 2 beans: Person and
Address. I'd like to use Lomboz to create CMP Entity Beans for each
of these two items, but would also like to have a CMR set up so I
could do:

Person p = new Person();
....
Address a = new Address();
....

p.setAddress(a)

....while having the mapping managed by the container. Does anyone
know if Lomboz is capable of this, or would I have to go in and
manually make my changes to the code? Thanks much!

Steve Nakhla
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top