On 1/6/06, Dave Newton <[EMAIL PROTECTED]> wrote:
> I expect I'm just groggy, but why does the presentation side need to
> know about model/persistence stuff?

Client side validation.


> One of my primary concerns is that I want as much of the application as
> "reasonable" to be accessible to the _developers_ of each layer but
> still provide safety. IOW, I want the HTML folks to know what's
> available to them on the page and how to use it (c:forEach seems easy to
> us, but man... :/ the back-end folks to know what the front-end needs, etc.

Yes, a big advantage to explicit inputs and outputs per command is
that it tells both tools and developers what a command expects and
needs, and by implication, what it doesn't use, so that the
presentation layers (including unit tests) can see how to use the
command.

-T.

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

Reply via email to