Does anybody know of any serious disadvantages or side effects of
subclassing the ActionServlet class rather than the RequestProcessor class.


The most obvious would be that your changes in the ActionServlet would apply to all modules, while RequestProcessors are per-module; also, you have less fine-grained control over the steps in the request process.

But if you're reasonably comfortable with those costs (which are only theoretical for many apps) then I don't think you're making any horrible mistakes.

Joe
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to