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 a class subclass of itself?
Which class is the superclass for all the classes?
What is a method in java?
What are the default and parameterized constructors?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is the difference between @before and @beforeclass annotation?
What was java originally called?
What is data object example?
what are the methods in object?
What is an escape character in java?
How would you format a date in java? I.e. In the ddmmyyy format?
Why is it called buffering?
How many types of design patterns are there?
What is the difference between a method and a procedure?
Tell some latest versions in JAVA related areas?