What is the role of a handler in mvc based applications?
Answer / Vipin Singh Rajput
In MVC-based applications, a Handler (or Dispatcher) acts as an interface between the Controller and View. It takes the user's request, dispatches it to the appropriate Action class for processing, and then returns the generated response for rendering.
| Is This Answer Correct ? | 0 Yes | 0 No |
session menagement in servlets explaion briefly?
diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 Answers Athena Health Care, Symphony, TCS,
What is the actionform?
What is the configuration files used in struts?
What is the purpose of @beforeresult annotation?
life cycle of struts?
14 Answers HCL, iGate, Scope International,
i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application
what is diffrence between Dynaactionform,actionform and Dynavalidateform
How to work with error tags?
Please can you tell me ,where can we used the MVC other than web applications.
multiple instances for action class is it possible
What are the contents on web.xml in struts application ?