What is Request Dispatcher and what is Request Process?
Answers were Sorted based on User's Feedback
Answer / guest
Requestprocessor is a controller in stutrs it receives
request from browser and makes decision where to send the
request for further processing based on servlet-congig.xml
Request Dispatcher Defines an object that receives requests
from the client and sends them to any resource (such as a
servlet, HTML file, or JSP file) on the server
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / srinivas
Controller class ActionServlet is he request Dispatcher.
where as Action classes are request processer.
| Is This Answer Correct ? | 4 Yes | 13 No |
Give an example where struts tiles may be used?
how can you switch onemodule to another module by switch action class plz explain with exapmle?
1 Answers Atos Origin, HeadStrong, Satyam,
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
Why we use struts over servlets?
What does the term struts mean?
What do struts do?
What is action chaining ?
In struts, how can we access java beans and their properties?
What is the role of a handler in mvc based applications?
What does execandwait interceptor?
Which class is the Front Controller in Struts2?
Why use struts framework in java?