Brady Hegberg wrote:

EmployeeVO emp = new EmployeeVO( eForm );

Would that be considered tying the view to the business layer?  It seems
like it would work nicely especially since you could use polymorphism if
you needed to generate VOs from other Forms (ie
AnotherEmployeeActionForm).
Yep, that ties the layers together because the

Generally I'll create utility classes with factory methods to construct things that cross layers.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to