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 |
Describe the basic steps used to create a tiles application?
Explain architecture of struts2?
what is frame work in struts?
What are the benefits of Struts framework?
diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 Answers Athena Health Care, Symphony, TCS,
advantages& 5 disadvantages of MVC architecture
how to connect from struts to database through hibernet and where u can modify the class
Explain design patterns which is used in struts?
What is front controller in struts2?
How many instances of servlet usually run in a struts application ?
what is the difference between page and pageContext implicit variables
Is struts action class singleton?