Re: [Xdoclet-user] Re: pleeeeease! session facade without data objects

2004-03-17 Thread Konstantin Priblouda
--- 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

Re: [Xdoclet-user] Re: pleeeeease! session facade without data objects

2004-03-17 Thread Marcus Beyer
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

Re: [Xdoclet-user] Re: pleeeeease! session facade without data objects

2004-03-17 Thread Konstantin Priblouda
--- 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

[Xdoclet-user] Re: pleeeeease! session facade without data objects

2004-03-17 Thread Marcus Beyer
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