Is this a bad Karnak routine?

Johnny: "To parse requests"
Ed McMahon: "To parse requests"

-tears envelope open-

Johnny: "What is the use of request processor?"

:grin:  Sorry, couldn't resist  :grin:

The RP is essentially the series of steps that Struts goes though when a request is received and recognized as a request it should handle (i.e., mapped to ActionServlet). ActionServlet delegates to the RP (be it the monolithic RP of pre-1.3 Struts, or the chain-based RP of Struts 1.3.x). We're talking steps like populating the associated form bean, determining which Action to call, etc.

Frank

Gomathi wrote:
hai,
what is the use of request processor?


--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

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

Reply via email to