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
Is assembly language a low level language?
Explain the advantages of packages in java?
What is a class component?
What is binary tree in java?
Explain the differences between static and dynamic variables?
How does a for loop work?
Difference between object and reference?
How do weakhashmap works?
When should I use singleton pattern?
What is string args [] in java?
Who developed java?
What is substring 1 in java?
Can an arraylist be empty?
What is ternary operator? Give an example.
Which is easier netbeans or eclipse?