On 7/18/06, Ted Husted <[EMAIL PROTECTED]> wrote:
On 7/18/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
>Does anyone have  better term for Action/Command?

In other places, I refer to such things casually as "handlers". People
have often used this word on the list to distinguish between the
action mapping and the Action class (handler).

What if I use dispatch-type action/command? How do I call methods that
correspond to events? Presently I call them "event handlers" or
"handler methods".

Another choice is to keep "handlers" for methods as in "event
handlers", and to call Action/Command collectively as... command, like
Martin Fowler does [1] or like MSDN defines Front Controller pattern
[2].

[1] http://www.martinfowler.com/eaaCatalog/frontController.html
[2] 
http://msdn.microsoft.com/practices/apptype/webapps/default.aspx?pull=/library/en-us/dnpatterns/html/DesFrontController.asp

Michael.

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

Reply via email to