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 do you mean by tiles in struts?
What is the difference between session scope and request scope when saving formbean ?
Why was reload removed from struts (since 1.1)?
Can we integrate struts with spring?
How can we work with error tags?
What are the components of struts?
What is the purpose of @element?
What is the purpose of @intrangefieldvalidator annotation?
What is struts framework?
Are struts and shocks the same?
What do you mean by inner class and anonymous class?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is struts xml?
How struts2 supports internationalization?
What is the purpose of @beforeresult annotation?