From: Nitin M. Mandolkar [mailto:[EMAIL PROTECTED]
> "The Actionservlet delegates the handling of a request to a
> RequestProcessor object"  Previously this is job is done by
> ActionServlet itself. Now it is pass on to RequestProcessor.
> 
> I am not getting how it is going to help for web application
> development.

You can extend the request processor to provide application-specific
functionality. An example might be overriding 'processRoles' to do
something useful based on arbitrary criteria (such as an
application-specific user object).

Dave


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

Reply via email to