--- Marcus Beyer <[EMAIL PROTECTED]> wrote:
> Konstantin Priblouda wrote:
>
> >session facades were designed to work with
> >data objects ( because original developer - it was
> >me - never needed or used value objects but
> >data objects )
> >
> >
> I wonder why the generated code uses also
Konstantin Priblouda wrote:
session facades were designed to work with
data objects ( because original developer - it was
me - never needed or used value objects but
data objects )
I wonder why the generated code uses also value objects then.
Looks like a very wild mixture. I don't understand
--- Marcus Beyer <[EMAIL PROTECTED]> wrote:
> I wrote:
>
> >> I am already using value objects -- which works
> quite fine.
> >> Now I tried to create a session facade for my
> PersonBean.
> >> PersonFacadeEJB references PersonValue, but also
> a
> >> "PersonData" (which I do not generate) -- wha
I wrote:
I am already using value objects -- which works quite fine.
Now I tried to create a session facade for my PersonBean.
PersonFacadeEJB references PersonValue, but also a
"PersonData" (which I do not generate) -- what are these
"Data"-Classes for? Are they needed for facade or can I
turn th