DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5373>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5373 ActionServlet Refactoring [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-17 02:56 ------- The goals reported by this enhancement request for refactoring seem to be met fairly well by recent changes in 1.1: * The configuration stuff is all refactored into a separate package, processed by a Digester. * The request processing logic (i.e. the core controller itself) has been factored into a separate class, which can now be pluggably replaced by an application's preferred choice. * The new <plug-in> configuration element allows applications to get lifecycle notifications for their own proprietary services, which elimintates the need for many cases where ActionServlet needed to be subclassed in the past simply to hook in to the init() and destroy() methods. Therefore, I'm going to mark this as FIXED. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>