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
What is the difference between the file and randomaccessfile classes?
explain what is transient variable in java?
What is json parser in java?
Why we override equals() method?
Can You Have Virtual Functions In Java?
How is final different from finally and finalize?
What is the reason behind using constructors and destructors?
How do you declare a variable?
what is optional in java 8?
What is final class?
Explain Basics of OOP Language in java
Why we used break and continue statement in java?
What is java regex?
Why java strings are immutable in nature?
can rmi and corba based applications interact ?