Answer Posted / shahnawaz sheikh
"org.apache.action.ActionServlet" is responsible for
handling all HTTP Requests. ActionServlet is responsible
for configuring your application using struts configuration
file.
After that it calls RequestProcessor which is
responsible for processing content type,mapping,forward and
many other methods.Its duty is to process request i.e fetch
appropiate action from Struts configuration file as per the
request and assigning bean to appropiate ActinForm.
One can customize the way request are handled in
Struts by customizing RequestProcessor Class.
And finally our code begins ..... and controller and model
come into play to give resulting view.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to perform quicksort in java?
What is the association?
What is the importance of hashcode() and equals() methods?
What is the most important feature of java? What is an interface?
How to print nodes of a Binary tree?
What is Session reduplication and how its done?
What are methods and how are they defined?
What is the role of the java.rmi.naming class?
When do we use hashset over treeset?
Why is string builder not thread safe?
Explain about sets?
How infinite loop is declared?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is a numeric string?
What is a class in java?