On 7/18/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
I believe that Ted said that Struts implements Service-to-Worker
pattern (being part of a broader Front Controller pattern). This seems
appropriate [1]:

Or, perhaps more properly, the Server-to-Worker pattern describes how
Struts and Struts-like framework are implemented.

People sometimes forget that patterns are invented in the field, noted
as a pattern by other workers, and then cataloged. A number of "second
generation" patterns have been derived from Struts and similar
frameworks. "Synchronizer Token" is another example.

If it helps, where Struts 1uses an ActionServlet, Struts 2 uses a
FilterDispatcher.

Perhaps Struts 1 should move to a FilterDispatcher too, or even start
using XWork under the covers.

-Ted.

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

Reply via email to