On Tue, October 18, 2005 11:05 am, Ted Husted said:
> The question is whether we want to stop transfering the data when we
> get to the servlet (or filter or Action), or continue to transfer the
> data on to the model. If we stop at the Action  layer, and start
> making model calls there, we eliminate a transfer, but we embed
> business logic into the presentation layer. If we continue on, we need
> to hand-off to yet-another DTO, but we can cleanly separate view from
> model. There are benefits and side effects either way. Your Mileage
> May Vary.

Ted, this seems to be saying that you consider the Actions to be part of
the view... is that what you intended?

Frank


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

Reply via email to