DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38343>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38343 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17485|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2006-02-17 09:32 ------- Created an attachment (id=17722) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17722&action=view) Proposed Class This class will replace my subclass of Action and deprecate the older attachments. I have refactored out the dispatching code as a subclass of ActionDispatcher. While I do find it strange that ActionDispatcher contains flavors, the javadocs also mention places for overriding behavior. Therefore I find it appropriate to subclass ActionDispatcher rather than try to squeeze more bang-for-the-buck into it. It's easier to manage in the long run. PS: Niall and Hubert, thanks for the refactoring! I think the delegation is a great design pattern and should help the stop the proflieration of Action subclasses just to customize the dispatch. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]