> I have an enity bean but I want that I field of that entity to be a
> complex object. Is this possible from the point of view of the
> specification??? , and from the point of view of Orion?

Yes and yes. So long as the object (and all contained objects) implement
java.io.Serializable.

> ¨What is the influence of having lots of entity beans in my application?
> ¨Is negative?

Not really. In general, it's better to have lots of very simple coarse
grained entities than a few complex ones, but then ofcourse each situation
varies.

-Joe Walnes


Reply via email to