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 does linkedlist work in java?
What is difference between null and void?
What is meant by call by reference?
Which class is the superclass for all the classes?
What is meant by JVM? Is JVM platform independent or not?
What is the difference between stringbuffer and stringbuilder class?
What does sprintf mean?
What is comparator in java?
Is java se open source?
Why are lists ordered in java?
What is the method overriding?
What is anonymous inner class?
What is the difference between a field variable and a local variable?
What are different types of multitasking?
How do constructors use this() and super()?