Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then
Answer Posted / ramkiran
If ur using jsps internally we are using serlet so for
every request page(jsp)we have internally one servlet so
that container will takes some waht burden. and one more
difference is that session
So Struts Frame work , when ever the reuest will comes
ActionServlet will takes internally and maps the Servlet-
Config.xml file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @doublerangefieldvalidator annotation?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is action support class in struts2?
what is meant by Struts Validator Framework?
What is the purpose of plug-in tag in struct-config.xml?
What is the default location of result pages and how can we change it?
State an example of struts configuration file as an action parameter for action servlet.
What is interceptor? And life cycle methods of interceptor?
What is the default suffix for struts2 action uri ?
How many struts config file in a struts application?
What is the purpose of @createifnull annotation annotation?
Explain about the future of struts?
Is struts action class singleton?
What are the pros of struts 2?
What is the purpose of @beforeresult?