>From my perspective, I think you're right on the mark. One thing I'll add
is that using a "Strategy factory method" will not easily fit the purposes
here either because using multiple Strategies is actually involved in
processing a document. I suppose a single Strategy could encapsulate
multiple sub-processes though. For example, I have two discrete processes
involved to complete document processing: 1. Process/transform the received
message. 2. Submit the transformed message to specific processor out of
many potential processors.

>From what I understand about chain of responsiblity, it does kind of fit
but seems maybe a bit more than I might need. It does, however, look like
it's suited to defining multiple processing paths in a very flexible way.
Is there a good reference to get a handle on an interception filter
implementation?

===================================
This list is hosted by DevelopMentor�  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to