Answer Posted / kumar
Basic Components of Struts:
1. Action Servlet
2.Module Config
3. Request Processor
4.Action Form
5. Action
6.View Componeents(JSP pages)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jakarta struts framework?
What is the use of struts config xml file?
What are the custom tags?
What is http redirect?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is struts in java with example?
In which method of action class the business logic is executed?
Whats the difference between the default namespace and the root namespace?
Explain the complete struts validator framework.
What should be the name of xml file used for validation in struts?
What is difference between interceptors and filters?
What is the default location of result pages and how can we change it?
What is the purpose of action tag in struts.xml?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the core classes of struts framework? Explain