Answer Posted / nagaraja thummala
When the client send a request to container the container
will look for the ActionServlet, ActionServet will acting
like a controller,the configuration is their in the
web.xml, base on the web.xml ActionServlet will be
instatiated and initilized, after that ActionServlet will
take a cliend request and bipass the request to Request
processor, Request processor will find the struts-
config.xml and read the information about different modules
ActionServelet will call the Request processor process()
method. Request processor consists of chain of methods,
based on that it will create object for ActionForm and
validate the form fields and if validations are success
means it will create an object for Action class and call
the execute() and from the execute() it will commmunicate
with DAO and send the result page to view layer...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of reset method of ActionForm class?
What is strut web xml?
What inbuilt themes are provided by struts2?
List some struts tag libraries?
Does Struts2 action and interceptors are thread safe?
Which class of struts is responsible to converts data types from string and vice versa?
What design patterns are used in struts?
Explain about tiles?
What is the difference between validation.xml and validator-rules.xml files in struts?
In which method of action class the business logic is executed?
How many instances of servlet usually run in a struts application ?
What are the features of struts 2?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Which tag is used to declare constants in struts xml?
Give the details of xml files used in validator framework?