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
Difference between struts and spring?
How do you create message resource?
What are the two types of validations supported by validator framework?
Why are springs better than struts?
Why use spring, if you are already using struts?
What is life cycle of an interceptor?
Which configuration file is used for storing jsp configuration information in struts?
What is pojo in struts2?
What is the purpose of @requiredstringvalidator annotation?
How can forward action be used to restrict a strut application to mvc?
What is the purpose of redirect result type?
What are action errors and error and what are the consequences they impose?
What is role of actionservlet?
what is meant by Struts Validator Framework?
What is the purpose of @element annotation annotation?