Dave Newton wrote:

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

Uh...

Because the EmployeeVO must know how to construct itself with something from the Struts framework.

Dave



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

Reply via email to